mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-05 21:42:23 +00:00
stratis-cli: 3.5.1 -> 3.5.2
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.1...v3.5.2
This commit is contained in:
parent
5b1bc788f5
commit
2fbd46c4db
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user