mate.atril: 1.28.0 -> 1.28.1

https://github.com/mate-desktop/atril/compare/v1.28.0...v1.28.1
This commit is contained in:
Bobby Rong 2024-12-08 01:36:57 +00:00
parent d0797a04b8
commit 1ceb2dbda1
No known key found for this signature in database

View File

@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "atril";
version = "1.28.0";
version = "1.28.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "ztRyX26bccTqY2dr/DzDvgnSnboIqnp6uXlk4LQ1UWI=";
sha256 = "dMT0KXnz6tUt7yN2dEjQatf3FUIeA8m1CUBLCW3oGT4=";
};
nativeBuildInputs = [