3
0
Fork 0
forked from mirrors/nixpkgs

mate.marco: 1.26.1 -> 1.26.2

https://github.com/mate-desktop/marco/compare/v1.26.1...v1.26.2
This commit is contained in:
Bobby Rong 2023-05-06 15:06:25 +08:00
parent 3e313808bd
commit b98d346539
No known key found for this signature in database

View file

@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "marco";
version = "1.26.1";
version = "1.26.2";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "tPpVUL+J1Pnv9a5ufWFQ42YaItUw1q3cZ1e86N0qXT0=";
sha256 = "EvGiVP4QcvAwSIRxHgiaVoJ4CgEVk0Au043muUgOB6M=";
};
nativeBuildInputs = [