wtfis: 0.5.1 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-02-27 03:44:06 +00:00
parent ee90de5543
commit eb30f33d0a

View file

@ -6,15 +6,15 @@
let let
pname = "wtfis"; pname = "wtfis";
version = "0.5.1"; version = "0.6.1";
in python3.pkgs.buildPythonApplication { in python3.pkgs.buildPythonApplication {
inherit pname version; inherit pname version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pirxthepilot"; owner = "pirxthepilot";
repo = "wtfis"; repo = "wtfis";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-XoQ/iJTdZoekA5guxI8POG4NEhN8Up3OuIz344G75ao="; hash = "sha256-bHgv5+HoM1hFhpkqml+HxqiMDvKbMqsTH+zYtDrV7Ko=";
}; };
patches = [ patches = [