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

wtfis: 0.8.0 -> 0.9.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-21 23:03:14 +00:00 committed by GitHub
commit e543a3251a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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;