From 2fbd46c4db38f90618a266ff2b2fac098eaf35b7 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Fri, 19 May 2023 18:37:33 +0800 Subject: [PATCH] stratis-cli: 3.5.1 -> 3.5.2 Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.1...v3.5.2 --- pkgs/tools/filesystems/stratis-cli/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/stratis-cli/default.nix b/pkgs/tools/filesystems/stratis-cli/default.nix index 89f1eb81822..ea44eccda6c 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; [