We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ae6ff commit bf3050aCopy full SHA for bf3050a
pkgs/by-name/wt/wtfis/package.nix
@@ -5,12 +5,12 @@
5
6
let
7
pname = "wtfis";
8
- version = "0.10.0";
+ version = "0.10.1";
9
src = fetchFromGitHub {
10
owner = "pirxthepilot";
11
repo = "wtfis";
12
rev = "refs/tags/v${version}";
13
- hash = "sha256-5mvbwIKnCk8mbjVJAmUwV1zKzGk8HVVZLiUVQXRvczA=";
+ hash = "sha256-+BJmAFjmj3z/sKJ/L/y6hTClesulpQTpDL9cUNRi6e8=";
14
};
15
in python3.pkgs.buildPythonApplication {
16
inherit pname version src;
0 commit comments