Skip to content

Commit 8201935

Browse files
authored
flux9s: 0.11.0 -> 0.12.0 (#543388)
2 parents 7c24fef + 9266bb9 commit 8201935

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/fl/flux9s/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}:
1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "flux9s";
12-
version = "0.11.0";
12+
version = "0.12.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "dgunzy";
1616
repo = "flux9s";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-eX9qLhxSieZGxyLrHb2txrxekMElLIOeuVuxmOZH4Ak=";
18+
hash = "sha256-kwUoA5NTjJjCI3aUgpFOcDpRZbDEPCTzzsk7TxVn6K4=";
1919
};
2020

21-
cargoHash = "sha256-bAgkDJnmcvH3aGhLjY1hn+tnAYmuDFewQ12K8qKTnsY=";
21+
cargoHash = "sha256-5UOaIbaAlBufB4BJ+ZX82xaKTQ4qDDRZWaweM8d2AOY=";
2222

2323
nativeBuildInputs = [ pkg-config ];
2424

0 commit comments

Comments
 (0)