mate.mate-terminal: 1.26.0 -> 1.26.1

https://github.com/mate-desktop/mate-terminal/compare/v1.26.0...v1.26.1
This commit is contained in:
Bobby Rong 2023-05-10 12:48:06 +00:00
parent c40ea5fbba
commit c439720bf3
No known key found for this signature in database

View file

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "mate-terminal";
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 = "08mgxbviik2dwwnbclp0518wlag2fhcr6c2yadgcbhwiq4aff9vp";
sha256 = "fBMCBvC0eIfoySdOc/jBn65RETRXKGmnwjERt4nh4dA=";
};
nativeBuildInputs = [