about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/stratisd
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-04 14:59:25 -0400
committerNick Cao <nickcao@nichi.co>2024-04-04 14:59:43 -0400
commit0e0f141d7ac7fc8773ff5cc027bc136607b2d0f9 (patch)
tree989acafa5afdc9feafe535deea3f52888d830013 /pkgs/tools/filesystems/stratisd
parentf088beac1967868c3a10de09103111e02b2fe66f (diff)
stratisd: 3.6.6 -> 3.6.7
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.6...stratisd-v3.6.7
Diffstat (limited to 'pkgs/tools/filesystems/stratisd')
-rw-r--r--pkgs/tools/filesystems/stratisd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/stratisd/default.nix b/pkgs/tools/filesystems/stratisd/default.nix
index 0f585f631878e..afbe1c9c7c580 100644
--- a/pkgs/tools/filesystems/stratisd/default.nix
+++ b/pkgs/tools/filesystems/stratisd/default.nix
@@ -27,18 +27,18 @@
 
 stdenv.mkDerivation rec {
   pname = "stratisd";
-  version = "3.6.6";
+  version = "3.6.7";
 
   src = fetchFromGitHub {
     owner = "stratis-storage";
     repo = pname;
     rev = "refs/tags/stratisd-v${version}";
-    hash = "sha256-zksMYPvbFKKYaLqdZql56D5rG+IBDMBJTTQK1RMyj4Q=";
+    hash = "sha256-cODi0YWAcnMs7bWu1oCtcZ0Wz9FAjBcoyam0G6GH7Xc=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit pname version src;
-    hash = "sha256-red7cjNwZrhQzfvh6Lev5CPWj8QihuVr7fIiHo9D3Jg=";
+    hash = "sha256-eCuCqFwGm7pslyKTwk2iX42omM3gFeXrAy/2ll+tJts=";
   };
 
   postPatch = ''