Merge pull request #285024 from r-ryantm/auto-update/creds

creds: 0.5 -> 0.5.2
This commit is contained in:
Fabian Affolter 2024-01-30 21:11:33 +01:00 committed by GitHub
commit 411b81509b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "creds";
version = "0.5";
version = "0.5.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "ihebski";
repo = "DefaultCreds-cheat-sheet";
rev = "refs/tags/creds-${version}";
hash = "sha256-s9ja2geFTnul7vUlGI4Am+IG3C0igICf0whnyd3SHdQ=";
rev = "refs/tags/creds-v${version}";
hash = "sha256-CtwGSF3EGcPqL49paNRCsB2qxYjKpCLqyRsC67nAyVk=";
};
postPatch = ''