wtfis: 0.14.0 -> 0.15.0 (#509422)

This commit is contained in:
Nick Cao
2026-04-13 21:35:51 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
let
pname = "wtfis";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
tag = "v${version}";
hash = "sha256-XFitQY30hK3byVevqndSAkG08ztwY1BIpJEYhY3PzTs=";
hash = "sha256-2e8T2R33xOX4XZ3Lsk95kI9ea245eTWrxA1RPi2PqEI=";
};
in
python3.pkgs.buildPythonApplication {