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

ghunt: 2.3.3 -> 2.3.4 (#500533)

parents e9c52a1d b13b5879
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "ghunt";
  version = "2.3.3";
  version = "2.3.4";
  pyproject = true;

  src = fetchFromGitHub {
@@ -14,8 +14,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    repo = "ghunt";
    # The newer releases aren't git-tagged to we just take the
    # commit with the version bump
    rev = "5782248bfd92a24875e112ed0a83e6986d4c70d0";
    hash = "sha256-SQk/hy4r9LIffsu3kxLTv5LCcEvcZkP2jhmPA6Fzo8U=";
    rev = "e8b0669cabb410dc40fb76b8d5d386a3a83fe08c";
    hash = "sha256-Zd0kpyr+Hkbh5MH3q3lrkH3liXw95sKRX+SZhsUVUhI=";
  };

  pythonRelaxDeps = true;