wtfis: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-04-21 09:56:34 +00:00
parent 44fa1ee8c2
commit db1a49a922

View File

@ -5,12 +5,12 @@
let
pname = "wtfis";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
rev = "refs/tags/v${version}";
hash = "sha256-eSmvyDr8PbB15UWIl67Qp2qHeOq+dmnP8eMsvcGypVw=";
hash = "sha256-LeIb2MLxulDsgQepNr7I81u8gG4HQC6PsszKZKVjFkw=";
};
in python3.pkgs.buildPythonApplication {
inherit pname version src;