evince: 46.3 → 46.3.1

https://gitlab.gnome.org/GNOME/evince/-/compare/46.3...46.3.1
This commit is contained in:
Bobby Rong 2024-08-03 03:39:20 +00:00
parent 9c9107c7cb
commit 0c3b6fc898
No known key found for this signature in database

View File

@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "evince";
version = "46.3";
version = "46.3.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major finalAttrs.version}/evince-${finalAttrs.version}.tar.xz";
hash = "sha256-vA0dQbnX/8di6Z0qv6+sv3RRgvCzHYbbXuyMZ/XzAGs=";
hash = "sha256-lFwgpvI4ObDVMycpFxRY6QaA2oJk6Zxvn0HCGcfu7nw=";
};
depsBuildBuild = [