mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
wtfis: 0.10.2 -> 0.11.0
This commit is contained in:
parent
2450a1ecfd
commit
b76fcb929c
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "wtfis";
|
pname = "wtfis";
|
||||||
version = "0.10.2";
|
version = "0.11.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pirxthepilot";
|
owner = "pirxthepilot";
|
||||||
repo = "wtfis";
|
repo = "wtfis";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-2p5xFNr08WCgCQY8socmZ5UsyGCMId3zXQhXTX909PE=";
|
hash = "sha256-53D5ty5u5/NUEIQXYxuZOOaCrNLPKcHu/faX7S31+lU=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
python3.pkgs.buildPythonApplication {
|
python3.pkgs.buildPythonApplication {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue