mate.mate-panel: 1.26.3 -> 1.26.4

https://github.com/mate-desktop/mate-panel/compare/v1.26.3...v1.26.4
This commit is contained in:
Bobby Rong 2023-12-02 14:50:23 +00:00
parent e92039b55b
commit 274f21f1f4
No known key found for this signature in database

View file

@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "mate-panel";
version = "1.26.3";
version = "1.26.4";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "8z8Q1SdFC6fpjMcKslWsSBMwqp5m28x8URtrqhcd4Ck=";
sha256 = "IHD51RVlfl3c2g2H73KXE9upy3sq0GIjvWdKIcxrPa8=";
};
nativeBuildInputs = [