Unverified Commit 411b8150 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

creds: 0.5 -> 0.5.2
parents 996d0644 120de52a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''