Skip to content

Commit db65b08

Browse files
wtfis: 0.10.0 -> 0.10.1 (#356540)
2 parents 37ecfef + bf3050a commit db65b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wt/wtfis/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
let
77
pname = "wtfis";
8-
version = "0.10.0";
8+
version = "0.10.1";
99
src = fetchFromGitHub {
1010
owner = "pirxthepilot";
1111
repo = "wtfis";
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-5mvbwIKnCk8mbjVJAmUwV1zKzGk8HVVZLiUVQXRvczA=";
13+
hash = "sha256-+BJmAFjmj3z/sKJ/L/y6hTClesulpQTpDL9cUNRi6e8=";
1414
};
1515
in python3.pkgs.buildPythonApplication {
1616
inherit pname version src;

0 commit comments

Comments
 (0)