wtfis: 0.10.1 -> 0.10.2 (#399508)

This commit is contained in:
Nick Cao
2025-04-18 14:30:00 -04:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
let
pname = "wtfis";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
tag = "v${version}";
hash = "sha256-+BJmAFjmj3z/sKJ/L/y6hTClesulpQTpDL9cUNRi6e8=";
hash = "sha256-2p5xFNr08WCgCQY8socmZ5UsyGCMId3zXQhXTX909PE=";
};
in
python3.pkgs.buildPythonApplication {