mate.mate-menus: 1.26.1 -> 1.28.0

https://github.com/mate-desktop/mate-menus/compare/v1.26.1...v1.28.0
This commit is contained in:
Bobby Rong 2024-02-16 01:31:54 +00:00
parent d931fd5314
commit 54dae297d1
No known key found for this signature in database

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "mate-menus";
version = "1.26.1";
version = "1.28.0";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "RY1ZmuW2UMfSF0D5/pVMSoOL5F7WKrQOIOMG+vXdHYw=";
sha256 = "z0DHXH1vCq0dSWmCj8YgJcYiK8aoTwu51urX5FlwUI0=";
};
nativeBuildInputs = [