Skip to content

Commit 2e67130

Browse files
authored
sydbox: 3.30.0 -> 3.30.1 (#381103)
2 parents 20dbbf1 + c9974b7 commit 2e67130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sy/sydbox/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "sydbox";
16-
version = "3.30.0";
16+
version = "3.30.1";
1717

1818
outputs = [
1919
"out"
@@ -25,11 +25,11 @@ rustPlatform.buildRustPackage rec {
2525
owner = "Sydbox";
2626
repo = "sydbox";
2727
tag = "v${version}";
28-
hash = "sha256-EbdJuJefFQaL6e+2AcsPF4eXin3ky+jlt4s68mSusoc=";
28+
hash = "sha256-Vby+2uSosp5yHc99lB2nMozMfsLowPunXuS30evKiZk=";
2929
};
3030

3131
useFetchCargoVendor = true;
32-
cargoHash = "sha256-+tyUKX0hzVt2CkbbNYuonWfh1sJBaqmbaeYdctHbPVw=";
32+
cargoHash = "sha256-1Em6ibjYXWnCIF1r7qS2uKvBAhb1klGjwrv9E6PTQCU=";
3333

3434
nativeBuildInputs = [
3535
mandoc

0 commit comments

Comments
 (0)