mate.mate-panel: 1.28.6 -> 1.28.7

https://github.com/mate-desktop/mate-panel/compare/v1.28.6...v1.28.7
This commit is contained in:
Bobby Rong
2025-10-15 20:49:06 +08:00
parent cf3f5c4def
commit f3ebaf44ae
+2 -2
View File
@@ -31,14 +31,14 @@
stdenv.mkDerivation rec {
pname = "mate-panel";
version = "1.28.6";
version = "1.28.7";
src = fetchFromGitHub {
owner = "mate-desktop";
repo = "mate-panel";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-jfPXvb/iQGP+WwhquKtQICDUtjMhBY10YY8+dMfM8S8=";
hash = "sha256-8GS6JY5kS2YKscItAo8dzudgkZeG51JsSBUj0EfLiZQ=";
};
nativeBuildInputs = [