stratisd: 3.5.4 -> 3.5.5

This commit is contained in:
Nick Cao
2023-05-19 18:50:12 +08:00
parent 2fbd46c4db
commit ac62b2882a
2 changed files with 1715 additions and 5 deletions
File diff suppressed because it is too large Load Diff
+7 -5
View File
@@ -28,18 +28,20 @@
stdenv.mkDerivation rec {
pname = "stratisd";
version = "3.5.4";
version = "3.5.5";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-V/1gNgjunT11ErXWIa5hDp2+onPCTequCswwXWD5+9E=";
hash = "sha256-d8vGwxvfNbN234rZJm4nmsDqvp8OVGEvazM6hI7BGvs=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-RljuLL8tep42KNGVsS5CxI7xuhxEjRZ90jVn3jUhVYM=";
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"loopdev-0.4.0" = "sha256-nV52zjsg5u6++J8CdN2phii8AwjHg1uap2lt+U8obDQ=";
};
};
postPatch = ''