evince: 44.rc → 44.0

https://gitlab.gnome.org/GNOME/evince/-/compare/44.rc...44.0

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2023-03-19 09:43:27 +00:00 committed by Jan Tojnar
parent 82773150df
commit e428d39af9

View file

@ -43,13 +43,13 @@
stdenv.mkDerivation rec {
pname = "evince";
version = "44.rc";
version = "44.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "Dd34w75hRMZfJW+sDoqnx3tPQZrKCMvgkenaCM3xbIQ=";
sha256 = "M57p4AXdeCOhP+IcccLsbSxMt0VIAm5HQe7nsnA+Cdo=";
};
nativeBuildInputs = [