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

fangfrisch: 1.9.0 -> 1.9.2 (#396088)

parents 0f3dfda1 d395872e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:
let
  version = "1.9.0";
  version = "1.9.2";
in
python3.pkgs.buildPythonApplication {
  pname = "fangfrisch";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication {
    owner = "rseichter";
    repo = "fangfrisch";
    tag = version;
    hash = "sha256-B2fVXVYzrtWMh/WjgFBOqrq8Jt+jqudbtpY/w4rJG08=";
    hash = "sha256-8upIh9Z+ismvuKcuEe+gJ4W9NLw/Wq15zjFpy8X9yVo=";
  };

  nativeBuildInputs = [