mate.mate-panel: 1.28.1 -> 1.28.2

https://github.com/mate-desktop/mate-panel/compare/v1.28.1...v1.28.2
This commit is contained in:
Bobby Rong 2024-06-19 13:55:16 +00:00
parent b60ebf54c1
commit 1eb680508c
No known key found for this signature in database

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "mate-panel";
version = "1.28.1";
version = "1.28.2";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "UTPGT1lpro7uvm6LukUN6nkssL4G2a4cNuhWnS+FJLo=";
sha256 = "Z4pD6DeqJxhJQgT93xm7kGzwfl2A/S4d3nRfJtKtujM=";
};
nativeBuildInputs = [