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

fangfrisch: 1.8.1 -> 1.9.0
This commit is contained in:
Yt 2024-03-09 11:14:16 +00:00 committed by GitHub
commit a21b3a7d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
}:
let
version = "1.8.1";
version = "1.9.0";
in
python3.pkgs.buildPythonApplication {
pname = "fangfrisch";
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication {
owner = "rseichter";
repo = "fangfrisch";
rev = "refs/tags/${version}";
hash = "sha256-j5IUAMDXndLttQZQV3SZXdDka8bKDcwbotY2Nop3izc=";
hash = "sha256-B2fVXVYzrtWMh/WjgFBOqrq8Jt+jqudbtpY/w4rJG08=";
};
nativeBuildInputs = [