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 20dbbf1 + c9974b7 commit 2e67130Copy full SHA for 2e67130
pkgs/by-name/sy/sydbox/package.nix
@@ -13,7 +13,7 @@
13
14
rustPlatform.buildRustPackage rec {
15
pname = "sydbox";
16
- version = "3.30.0";
+ version = "3.30.1";
17
18
outputs = [
19
"out"
@@ -25,11 +25,11 @@ rustPlatform.buildRustPackage rec {
25
owner = "Sydbox";
26
repo = "sydbox";
27
tag = "v${version}";
28
- hash = "sha256-EbdJuJefFQaL6e+2AcsPF4eXin3ky+jlt4s68mSusoc=";
+ hash = "sha256-Vby+2uSosp5yHc99lB2nMozMfsLowPunXuS30evKiZk=";
29
};
30
31
useFetchCargoVendor = true;
32
- cargoHash = "sha256-+tyUKX0hzVt2CkbbNYuonWfh1sJBaqmbaeYdctHbPVw=";
+ cargoHash = "sha256-1Em6ibjYXWnCIF1r7qS2uKvBAhb1klGjwrv9E6PTQCU=";
33
34
nativeBuildInputs = [
35
mandoc
0 commit comments