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

wtfis: 0.9.1 -> 0.10.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-10 00:45:43 +00:00 committed by GitHub
commit cd7ec2419a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
let
pname = "wtfis";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "pirxthepilot";
repo = "wtfis";
rev = "refs/tags/v${version}";
hash = "sha256-nVcF7mPoWL5PNLh0W4FBPE7WVU72FidHpBZqMNl+Fd4=";
hash = "sha256-5mvbwIKnCk8mbjVJAmUwV1zKzGk8HVVZLiUVQXRvczA=";
};
in python3.pkgs.buildPythonApplication {
inherit pname version src;