fangfrisch: 1.8.1 -> 1.9.0
This commit is contained in:
parent
2be8f78d23
commit
0158738e0d
@ -3,7 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "1.8.1";
|
version = "1.9.0";
|
||||||
in
|
in
|
||||||
python3.pkgs.buildPythonApplication {
|
python3.pkgs.buildPythonApplication {
|
||||||
pname = "fangfrisch";
|
pname = "fangfrisch";
|
||||||
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication {
|
|||||||
owner = "rseichter";
|
owner = "rseichter";
|
||||||
repo = "fangfrisch";
|
repo = "fangfrisch";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-j5IUAMDXndLttQZQV3SZXdDka8bKDcwbotY2Nop3izc=";
|
hash = "sha256-B2fVXVYzrtWMh/WjgFBOqrq8Jt+jqudbtpY/w4rJG08=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user