mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sydbox: 3.32.7 -> 3.34.0
This commit is contained in:
parent
2c25b7b552
commit
89d1d931a9
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "sydbox";
|
||||
version = "3.32.7";
|
||||
version = "3.34.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
@ -24,11 +24,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
owner = "Sydbox";
|
||||
repo = "sydbox";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-l1CWCSd1ORw0Pvt9tcvbie5hEcysw0MoFhKxheIevEA=";
|
||||
hash = "sha256-m4iooJzc/TQguWF4qVOvuNabFmijsTtlzjz7IllNN74=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-3eFYf8+ESNLBgV7thEWseocPQG7mCrjCt42FfzEnB6Q=";
|
||||
cargoHash = "sha256-B/JSJKCLYnNjHFEDdFdGTdXuirA2zRKL+mr36a0Fqh0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
mandoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue