Merge pull request #305984 from r-ryantm/auto-update/stratis-cli

stratis-cli: 3.6.0 -> 3.6.2
This commit is contained in:
Nick Cao 2024-04-22 11:25:56 -04:00 committed by GitHub
commit 854dabd0de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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