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
pname = "wtfis";
version = "0.5.1";
version = "0.6.1";
in python3.pkgs.buildPythonApplication {
inherit pname version;
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
rev = "v${version}";
hash = "sha256-XoQ/iJTdZoekA5guxI8POG4NEhN8Up3OuIz344G75ao=";
rev = "refs/tags/v${version}";
hash = "sha256-bHgv5+HoM1hFhpkqml+HxqiMDvKbMqsTH+zYtDrV7Ko=";
};
patches = [