stratis-cli: 3.6.0 -> 3.6.2

This commit is contained in:
R. Ryantm 2024-04-22 11:54:54 +00:00
parent 0cd7d67808
commit 38ea017d79

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "stratis-cli"; pname = "stratis-cli";
version = "3.6.0"; version = "3.6.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stratis-storage"; owner = "stratis-storage";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-mLmjMofdr0U+Bfnkde7lJqPXkd1ICPYdlcsOm2nOcQA="; hash = "sha256-f2Bjv7Z7+FZejS5plUGKTlGUixgF2pGN1SeszTDh4Ko=";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [