mate.atril: 1.24.0 -> 1.24.1

This commit is contained in:
José Romildo Malaquias 2021-04-02 18:56:02 -03:00
parent 8c2f8c7aa8
commit d3022948ee

View file

@ -24,11 +24,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "atril";
version = "1.24.0";
version = "1.24.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0967gxw7h2qh2kpwl0jgv58hicz6aa92kr12mnykbpikad25s95y";
sha256 = "06nyicj96dqcv035yqnzmm6pk3m35glxj0ny6lk1vwqkk2l750xl";
};
nativeBuildInputs = [