mate.mate-menus: 1.26.0 -> 1.26.1

https://github.com/mate-desktop/mate-menus/compare/v1.26.0...v1.26.1
This commit is contained in:
Bobby Rong 2023-05-07 15:04:18 +00:00
parent ce879b7a03
commit 886b42c916
No known key found for this signature in database

View file

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