nwg-panel: 0.9.62 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-04-05 07:28:01 +00:00
parent 42a1c966be
commit 041fe59b26
+3 -3
View File
@@ -23,13 +23,13 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-panel";
version = "0.9.62";
version = "0.10.0";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-panel";
tag = "v${version}";
hash = "sha256-h+lhk3gqJj3/GZ8S4vnUE8UaunmT1KcaGquSb/I+kpI=";
hash = "sha256-DdDWOIT9/a4z3UTQcGJfGQEl0XyR11WsKg96HfYpEeE=";
};
# No tests
@@ -91,7 +91,7 @@ python3Packages.buildPythonApplication rec {
meta = {
homepage = "https://github.com/nwg-piotr/nwg-panel";
changelog = "https://github.com/nwg-piotr/nwg-panel/releases/tag/v${version}";
changelog = "https://github.com/nwg-piotr/nwg-panel/releases/tag/${src.tag}";
description = "GTK3-based panel for Sway window manager";
license = lib.licenses.mit;
platforms = lib.platforms.linux;