evince: 44.2 → 44.3

https://gitlab.gnome.org/GNOME/evince/-/compare/44.2...44.3
This commit is contained in:
Bobby Rong 2023-07-02 15:02:42 +00:00
parent a853dc69d0
commit c0452f85c9
No known key found for this signature in database

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "44.2";
version = "44.3";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "mnXH/49ZkhjQcOCftAgssm+bhjcKm/rpjhqstWTWdd0=";
sha256 = "O4uhWBpHpun1f2tqoI8PtnVJxgEhqiTjEUDpOUe4NiI=";
};
nativeBuildInputs = [