wtfis: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2024-05-11 02:39:47 +00:00
parent 0c9055e823
commit 8c13b6b2f6
+2 -2
View File
@@ -5,12 +5,12 @@
let
pname = "wtfis";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
rev = "refs/tags/v${version}";
hash = "sha256-LeIb2MLxulDsgQepNr7I81u8gG4HQC6PsszKZKVjFkw=";
hash = "sha256-nVcF7mPoWL5PNLh0W4FBPE7WVU72FidHpBZqMNl+Fd4=";
};
in python3.pkgs.buildPythonApplication {
inherit pname version src;