mate.mate-backgrounds: 1.24.0 -> 1.24.1

This commit is contained in:
José Romildo Malaquias 2020-03-02 07:48:23 -03:00
parent d7fa8dae65
commit 44014a4f53

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mate-backgrounds";
version = "1.24.0";
version = "1.24.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "16rmsy02fyq6mj6xgc5mdyh146z3zmkn7iwsi44s962aqwbpn4i8";
sha256 = "0b9yx68p9l867bqsl9z2g4wrs8p396ls673jgaliys5snmk8n8dn";
};
nativeBuildInputs = [ gettext ];