wtfis: 0.10.0 -> 0.10.1 (#356540)
This commit is contained in:
commit
db65b080f0
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "wtfis";
|
pname = "wtfis";
|
||||||
version = "0.10.0";
|
version = "0.10.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pirxthepilot";
|
owner = "pirxthepilot";
|
||||||
repo = "wtfis";
|
repo = "wtfis";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-5mvbwIKnCk8mbjVJAmUwV1zKzGk8HVVZLiUVQXRvczA=";
|
hash = "sha256-+BJmAFjmj3z/sKJ/L/y6hTClesulpQTpDL9cUNRi6e8=";
|
||||||
};
|
};
|
||||||
in python3.pkgs.buildPythonApplication {
|
in python3.pkgs.buildPythonApplication {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
Loading…
Reference in New Issue
Block a user