wtfis: 0.10.0 -> 0.10.1 (#356540)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-18 08:24:02 +00:00 committed by GitHub
commit db65b080f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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