about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-19 18:37:33 +0800
committerNick Cao <nickcao@nichi.co>2023-05-19 18:39:23 +0800
commit2fbd46c4db38f90618a266ff2b2fac098eaf35b7 (patch)
tree1846aadf23f1cd6027d248374325e8ea0cc41bf6 /pkgs/tools/filesystems
parent5b1bc788f578cd83d54b48bb057d6f6703ae7725 (diff)
stratis-cli: 3.5.1 -> 3.5.2
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.1...v3.5.2
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/stratis-cli/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/stratis-cli/default.nix b/pkgs/tools/filesystems/stratis-cli/default.nix
index 89f1eb81822f3..ea44eccda6ca9 100644
--- a/pkgs/tools/filesystems/stratis-cli/default.nix
+++ b/pkgs/tools/filesystems/stratis-cli/default.nix
@@ -6,13 +6,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "stratis-cli";
-  version = "3.5.1";
+  version = "3.5.2";
+  format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "stratis-storage";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-aDWHXKmlKKJo+ckW1vA0bm4q5z2g/Zx5frVDR6Kwgjw=";
+    hash = "sha256-qQufRG+7Z7xUCRg2/aIzG8FH1j4PFFThS2ljwrT285s=";
   };
 
   propagatedBuildInputs = with python3Packages; [