Skip to content

Commit 6b73c05

Browse files
committed
1 parent 475dd3f commit 6b73c05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/stratisd/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929

3030
stdenv.mkDerivation rec {
3131
pname = "stratisd";
32-
version = "3.8.0";
32+
version = "3.8.1";
3333

3434
src = fetchFromGitHub {
3535
owner = "stratis-storage";
3636
repo = "stratisd";
3737
tag = "stratisd-v${version}";
38-
hash = "sha256-58Lh5W0ZDb5ST7kFeEYnblZu1pRJyVBfCVJi9y62q3U=";
38+
hash = "sha256-vYqvYC3r1TQ62YtMJYOx8bRxFJOam5ntbOS+FJZL/gQ=";
3939
};
4040

4141
cargoDeps = rustPlatform.fetchCargoVendor {
4242
inherit src;
43-
hash = "sha256-LeYZyjxImbNHOT1fffBeHnhEs+ZeFnLmBv/96nqg92c=";
43+
hash = "sha256-B3n9Ot4CFcVL/R2wHPuDIPBca/5pb2VgcuP1pxnnUrA=";
4444
};
4545

4646
postPatch = ''

0 commit comments

Comments
 (0)