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 f939c8a + 89d1d93 commit eaa1f0aCopy full SHA for eaa1f0a
pkgs/by-name/sy/sydbox/package.nix
@@ -12,7 +12,7 @@
12
13
rustPlatform.buildRustPackage (finalAttrs: {
14
pname = "sydbox";
15
- version = "3.32.7";
+ version = "3.34.0";
16
17
outputs = [
18
"out"
@@ -24,11 +24,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
24
owner = "Sydbox";
25
repo = "sydbox";
26
tag = "v${finalAttrs.version}";
27
- hash = "sha256-l1CWCSd1ORw0Pvt9tcvbie5hEcysw0MoFhKxheIevEA=";
+ hash = "sha256-m4iooJzc/TQguWF4qVOvuNabFmijsTtlzjz7IllNN74=";
28
};
29
30
useFetchCargoVendor = true;
31
- cargoHash = "sha256-3eFYf8+ESNLBgV7thEWseocPQG7mCrjCt42FfzEnB6Q=";
+ cargoHash = "sha256-B/JSJKCLYnNjHFEDdFdGTdXuirA2zRKL+mr36a0Fqh0=";
32
33
nativeBuildInputs = [
34
mandoc
0 commit comments