From 83c7a01cb4280c0e406519b2b5ecd32c19fc195b Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sat, 8 Apr 2023 11:05:40 +0800 Subject: [PATCH] stratis-cli: 3.5.0 -> 3.5.1 Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.0...v3.5.1 --- pkgs/tools/filesystems/stratis-cli/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/stratis-cli/default.nix b/pkgs/tools/filesystems/stratis-cli/default.nix index cf60c13f0fe2..89f1eb81822f 100644 --- a/pkgs/tools/filesystems/stratis-cli/default.nix +++ b/pkgs/tools/filesystems/stratis-cli/default.nix @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "stratis-cli"; - version = "3.5.0"; + version = "3.5.1"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "v${version}"; - hash = "sha256-IfvI8DVjm68SewHtQbhGGU1oku4eZnF7cRyeVPB/Ctk="; + hash = "sha256-aDWHXKmlKKJo+ckW1vA0bm4q5z2g/Zx5frVDR6Kwgjw="; }; propagatedBuildInputs = with python3Packages; [