mate.atril: 1.26.0 -> 1.26.1

https://github.com/mate-desktop/atril/compare/v1.26.0...v1.26.1
This commit is contained in:
Bobby Rong 2023-04-30 13:48:46 +00:00
parent 38fab35c79
commit 181270881d
No known key found for this signature in database

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "atril";
version = "1.26.0";
version = "1.26.1";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0pz44k3axhjhhwfrfvnwvxak1dmjkwqs63rhrbcaagyymrp7cpki";
sha256 = "pTphOsuXAaGK1nG/WQJU0c6Da6CuG+LAvYlI/fa0kaQ=";
};
nativeBuildInputs = [