evince: 48.0 → 48.1

https://gitlab.gnome.org/GNOME/evince/-/compare/48.0...48.1

Contains fixes for a potential heap overflow.
This commit is contained in:
Bobby Rong
2025-07-13 23:09:17 +08:00
parent 9807714d69
commit bceb8e6b70
+2 -2
View File
@@ -42,7 +42,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "evince";
version = "48.0";
version = "48.1";
outputs = [
"out"
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major finalAttrs.version}/evince-${finalAttrs.version}.tar.xz";
hash = "sha256-zS9lg1X6kHX9+eW0SqCvOn4JKMVWFOsQQrNhds9FESY=";
hash = "sha256-fYuab6OgXT9bkEiFkCdojHOniP9ukjvDlFEmiElD+hA=";
};
depsBuildBuild = [