mate.mate-panel: 1.28.6 -> 1.28.7 (#452252)

This commit is contained in:
Bobby Rong
2025-10-16 12:45:25 +00:00
committed by GitHub
+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 = [