Unverified Commit 2abb83c4 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #289059 from r-ryantm/auto-update/fangfrisch

fangfrisch: 1.7.0 -> 1.8.0
parents 0d3593bf 295d8659
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, fetchFromGitHub
}:
let
  version = "1.7.0";
  version = "1.8.0";
in
python3.pkgs.buildPythonApplication {
  pname = "fangfrisch";
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication {
    owner = "rseichter";
    repo = "fangfrisch";
    rev = "refs/tags/${version}";
    hash = "sha256-s55W5/ppwr008ZIjDgQa90N+Ax9cwnvc+mXRetFdy+4=";
    hash = "sha256-lZDChg7og98LY20IaafVGM487F/anrVIBB39dp2r2g0=";
  };

  nativeBuildInputs = [