Merge pull request #225250 from NickCao/stratis

stratis-cli: 3.5.0 -> 3.5.1
This commit is contained in:
Nick Cao 2023-04-08 15:11:40 +08:00 committed by GitHub
commit db63a705b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [