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.
1 parent 475dd3f commit 6b73c05Copy full SHA for 6b73c05
pkgs/by-name/st/stratisd/package.nix
@@ -29,18 +29,18 @@
29
30
stdenv.mkDerivation rec {
31
pname = "stratisd";
32
- version = "3.8.0";
+ version = "3.8.1";
33
34
src = fetchFromGitHub {
35
owner = "stratis-storage";
36
repo = "stratisd";
37
tag = "stratisd-v${version}";
38
- hash = "sha256-58Lh5W0ZDb5ST7kFeEYnblZu1pRJyVBfCVJi9y62q3U=";
+ hash = "sha256-vYqvYC3r1TQ62YtMJYOx8bRxFJOam5ntbOS+FJZL/gQ=";
39
};
40
41
cargoDeps = rustPlatform.fetchCargoVendor {
42
inherit src;
43
- hash = "sha256-LeYZyjxImbNHOT1fffBeHnhEs+ZeFnLmBv/96nqg92c=";
+ hash = "sha256-B3n9Ot4CFcVL/R2wHPuDIPBca/5pb2VgcuP1pxnnUrA=";
44
45
46
postPatch = ''
0 commit comments