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.
2 parents 6bb54ee + 3cc9dc7 commit 5eea50fCopy full SHA for 5eea50f
pkgs/by-name/nw/nwg-clipman/package.nix
@@ -13,13 +13,13 @@
13
14
python3Packages.buildPythonPackage rec {
15
pname = "nwg-clipman";
16
- version = "0.2.4";
+ version = "0.2.5";
17
18
src = fetchFromGitHub {
19
owner = "nwg-piotr";
20
repo = "nwg-clipman";
21
tag = "v${version}";
22
- hash = "sha256-bAE9E6P+qfKrfRxb134k4r7DtIWGB+4JdiXKpI7gJ5M=";
+ hash = "sha256-RKbFAgx+Er1l0s7SC4MwOxO9TXKI/SBhB0pfyX+NVWo=";
23
};
24
25
build-system = [ python3Packages.setuptools ];
0 commit comments