Skip to content

Commit

Permalink
wtfis: 0.10.0 -> 0.10.1 (#356540)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Nov 18, 2024
2 parents 37ecfef + bf3050a commit db65b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wt/wtfis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit db65b08

Please sign in to comment.