mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +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 {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "creds";
|
pname = "creds";
|
||||||
version = "0.5";
|
version = "0.5.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihebski";
|
owner = "ihebski";
|
||||||
repo = "DefaultCreds-cheat-sheet";
|
repo = "DefaultCreds-cheat-sheet";
|
||||||
rev = "refs/tags/creds-${version}";
|
rev = "refs/tags/creds-v${version}";
|
||||||
hash = "sha256-s9ja2geFTnul7vUlGI4Am+IG3C0igICf0whnyd3SHdQ=";
|
hash = "sha256-CtwGSF3EGcPqL49paNRCsB2qxYjKpCLqyRsC67nAyVk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user