From 9d91793b3df948ab5cbc0e129fec778aecd4a865 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 01:47:30 +0000 Subject: [PATCH 1/2] creds: 0.5.2 -> 0.5.3 --- pkgs/by-name/cr/creds/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/cr/creds/package.nix b/pkgs/by-name/cr/creds/package.nix index bbf3bf544c04..f5c5d014d8d6 100644 --- a/pkgs/by-name/cr/creds/package.nix +++ b/pkgs/by-name/cr/creds/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "creds"; - version = "0.5.2"; + version = "0.5.3"; format = "setuptools"; src = fetchFromGitHub { owner = "ihebski"; repo = "DefaultCreds-cheat-sheet"; tag = "creds-v${version}"; - hash = "sha256-CtwGSF3EGcPqL49paNRCsB2qxYjKpCLqyRsC67nAyVk="; + hash = "sha256-nATmzEUwvJwzPZs+bO+/6ZHIrGgvjApaEwVpMyCXmik="; }; pythonRelaxDeps = [ "tinydb" ]; @@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec { description = "Tool to search a collection of default credentials"; mainProgram = "creds"; homepage = "https://github.com/ihebski/DefaultCreds-cheat-sheet"; - changelog = "https://github.com/ihebski/DefaultCreds-cheat-sheet/releases/tag/creds-${version}"; + changelog = "https://github.com/ihebski/DefaultCreds-cheat-sheet/releases/tag/creds-${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; From bbe68868f13e11dce1d7faf301b821243a484dcd Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 23 Mar 2025 20:09:10 +0100 Subject: [PATCH 2/2] creds: fix changelog --- pkgs/by-name/cr/creds/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cr/creds/package.nix b/pkgs/by-name/cr/creds/package.nix index f5c5d014d8d6..797f3737e133 100644 --- a/pkgs/by-name/cr/creds/package.nix +++ b/pkgs/by-name/cr/creds/package.nix @@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec { description = "Tool to search a collection of default credentials"; mainProgram = "creds"; homepage = "https://github.com/ihebski/DefaultCreds-cheat-sheet"; - changelog = "https://github.com/ihebski/DefaultCreds-cheat-sheet/releases/tag/creds-${src.tag}"; + changelog = "https://github.com/ihebski/DefaultCreds-cheat-sheet/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };