Merge pull request #310730 from r-ryantm/auto-update/wtfis

wtfis: 0.9.0 -> 0.9.1
This commit is contained in:
Pol Dellaiera
2024-05-12 21:25:04 +02:00
committed by GitHub
+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;