about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-31 20:48:18 -0400
committerNick Cao <nickcao@nichi.co>2023-10-31 20:48:54 -0400
commit89d3fbfbb907de5944ff5c582e079b4aebc61e1f (patch)
tree3bce7b0c0dfd9c95af4728abf58f8e160e365f57 /pkgs/tools/filesystems
parent9a7ca05d018d48f0d95d2aecc92d0c2912bd4c21 (diff)
downloadnixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.tar
nixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.tar.gz
nixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.tar.bz2
nixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.tar.lz
nixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.tar.xz
nixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.tar.zst
nixlib-89d3fbfbb907de5944ff5c582e079b4aebc61e1f.zip
stratisd: 3.6.0 -> 3.6.1
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.0...stratisd-v3.6.1
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/stratisd/Cargo.lock6
-rw-r--r--pkgs/tools/filesystems/stratisd/default.nix4
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/filesystems/stratisd/Cargo.lock b/pkgs/tools/filesystems/stratisd/Cargo.lock
index 1d258d784188..7fbf8fc968f3 100644
--- a/pkgs/tools/filesystems/stratisd/Cargo.lock
+++ b/pkgs/tools/filesystems/stratisd/Cargo.lock
@@ -1149,9 +1149,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 
 [[package]]
 name = "rustix"
-version = "0.37.20"
+version = "0.37.25"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
+checksum = "d4eb579851244c2c03e7c24f501c3432bed80b8f720af1d6e5b0e0f01555a035"
 dependencies = [
  "bitflags 1.3.2",
  "errno 0.3.1",
@@ -1269,7 +1269,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
 
 [[package]]
 name = "stratisd"
-version = "3.6.0"
+version = "3.6.1"
 dependencies = [
  "assert_cmd",
  "assert_matches",
diff --git a/pkgs/tools/filesystems/stratisd/default.nix b/pkgs/tools/filesystems/stratisd/default.nix
index cea2d392ad88..ea519112b1cf 100644
--- a/pkgs/tools/filesystems/stratisd/default.nix
+++ b/pkgs/tools/filesystems/stratisd/default.nix
@@ -28,13 +28,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stratisd";
-  version = "3.6.0";
+  version = "3.6.1";
 
   src = fetchFromGitHub {
     owner = "stratis-storage";
     repo = pname;
     rev = "refs/tags/stratisd-v${version}";
-    hash = "sha256-IDCAhAioFFN4FqgdB6Bp38RG1G3n3NWQTIxK4/1TTFs=";
+    hash = "sha256-qpuJzsN6AXqvKtKBDZZEmviWBpPR0qNuq+3tIHGSWLs=";
   };
 
   cargoDeps = rustPlatform.importCargoLock {