mate.mate-desktop: 1.26.1 -> 1.26.2

https://github.com/mate-desktop/mate-desktop/compare/v1.26.1...v1.26.2
This commit is contained in:
Bobby Rong 2023-09-17 06:30:18 +00:00
parent ace5093e36
commit 6431e433ed
No known key found for this signature in database

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "mate-desktop";
version = "1.26.1";
version = "1.26.2";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "EtFmiiesGr1gk1OB0/OYIbuAhGenuKz570WIXXyAohE=";
sha256 = "XtA/fFLXt+zknKHnNqp2au/rXGOeqz5oxwkMUw0CN2o=";
};
nativeBuildInputs = [