stratis-cli: 3.4.1 -> 3.5.0

Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.4.1...v3.5.0
This commit is contained in:
Nick Cao 2023-01-25 08:18:50 +08:00
parent bedb24510b
commit c86dd99259
No known key found for this signature in database

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "stratis-cli";
version = "3.4.1";
version = "3.5.0";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-S0daUi0rhelip2pwcAP3WGey8BbeMa/7AgSrFfuB+cM=";
hash = "sha256-IfvI8DVjm68SewHtQbhGGU1oku4eZnF7cRyeVPB/Ctk=";
};
propagatedBuildInputs = with python3Packages; [