wtfis: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-02-20 04:57:55 +00:00
parent 791355b27c
commit 1412a3b511

View file

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