Nick Cao 2023-11-30 17:27:59 -05:00
parent a620f86463
commit a2ce5478ae
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -1269,7 +1269,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stratisd"
version = "3.6.2"
version = "3.6.3"
dependencies = [
"assert_cmd",
"assert_matches",
@ -1305,6 +1305,7 @@ dependencies = [
"rand",
"regex",
"retry",
"semver",
"serde",
"serde_derive",
"serde_json",

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "stratisd";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "refs/tags/stratisd-v${version}";
hash = "sha256-R6Bb6ep5T8ePmxwDTxQyeXcSpp2S1C2zqwxmX2Wt1L8=";
hash = "sha256-Wu3SkuHyMCBape+pMymQntXRtdMIlF5wz75kKxaZlms=";
};
cargoDeps = rustPlatform.importCargoLock {