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 09:43:55 +08:00
parent d0797a04b8
commit 1ceb2dbda1
+2 -2
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 = [