Skip to content

Commit c6ecc28

Browse files
committed
nwg-panel: 0.9.38 -> 0.9.39
1 parent 9d925b0 commit c6ecc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nw/nwg-panel/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
python3Packages.buildPythonApplication rec {
1818
pname = "nwg-panel";
19-
version = "0.9.38";
19+
version = "0.9.39";
2020

2121
src = fetchFromGitHub {
2222
owner = "nwg-piotr";
2323
repo = "nwg-panel";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-5vq/5QovvoDUDu9IiAeI9c06g0iy9YLi7CdpEhXbLqI=";
25+
hash = "sha256-uXhhtE91BqYdTQjavOU5p0JoprFZTGCcxQr66iJixu4=";
2626
};
2727

2828
# No tests

0 commit comments

Comments
 (0)