We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c24fef + 9266bb9 commit 8201935Copy full SHA for 8201935
1 file changed
pkgs/by-name/fl/flux9s/package.nix
@@ -9,16 +9,16 @@
9
}:
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "flux9s";
12
- version = "0.11.0";
+ version = "0.12.0";
13
14
src = fetchFromGitHub {
15
owner = "dgunzy";
16
repo = "flux9s";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-eX9qLhxSieZGxyLrHb2txrxekMElLIOeuVuxmOZH4Ak=";
+ hash = "sha256-kwUoA5NTjJjCI3aUgpFOcDpRZbDEPCTzzsk7TxVn6K4=";
19
};
20
21
- cargoHash = "sha256-bAgkDJnmcvH3aGhLjY1hn+tnAYmuDFewQ12K8qKTnsY=";
+ cargoHash = "sha256-5UOaIbaAlBufB4BJ+ZX82xaKTQ4qDDRZWaweM8d2AOY=";
22
23
nativeBuildInputs = [ pkg-config ];
24
0 commit comments