Merge pull request #271300 from NickCao/stratis

stratisd: 3.6.2 -> 3.6.3
This commit is contained in:
Nick Cao
2023-12-01 10:39:57 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -1
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",
+2 -2
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 {