Skip to content

Commit 2e41efb

Browse files
nwg-panel: 0.10.4 -> 0.10.6 (#414435)
Co-authored-by: LudovicoPiero <[email protected]>
2 parents 2066463 + 4ef835a commit 2e41efb

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
@@ -23,13 +23,13 @@
2323

2424
python3Packages.buildPythonApplication rec {
2525
pname = "nwg-panel";
26-
version = "0.10.4";
26+
version = "0.10.6";
2727

2828
src = fetchFromGitHub {
2929
owner = "nwg-piotr";
3030
repo = "nwg-panel";
3131
tag = "v${version}";
32-
hash = "sha256-yONNXCKKUH2P0Bhq2lRh3zNWZGvZG4LUi/ONUozTYmI=";
32+
hash = "sha256-+LnnYP7AA/Gohusk9/lvvxdHpnOfMhBu58UB/LhkMX4=";
3333
};
3434

3535
# No tests

0 commit comments

Comments
 (0)