mate.mate-terminal: 1.26.1 -> 1.28.1

https://github.com/mate-desktop/mate-terminal/compare/v1.26.1...v1.28.1
This commit is contained in:
Bobby Rong 2024-02-19 15:02:29 +00:00
parent 1340971c12
commit 2b4a00c553
No known key found for this signature in database

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "mate-terminal";
version = "1.26.1";
version = "1.28.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "fBMCBvC0eIfoySdOc/jBn65RETRXKGmnwjERt4nh4dA=";
sha256 = "8TXrGp4q4ieY7LLcGRT9tM/XdOa7ZcAVK+N8xslGnpI=";
};
nativeBuildInputs = [