mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
creds: 0.5 -> 0.5.2
This commit is contained in:
parent
0b8f8e0cd9
commit
120de52a9c
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user