evince: 45.alpha → 45.rc
https://gitlab.gnome.org/GNOME/evince/-/compare/45.alpha...45.rc The only change is "Fix transformation of view coordinates". Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
88e69b381a
commit
969b438165
@ -42,13 +42,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "evince";
|
pname = "evince";
|
||||||
version = "45.alpha";
|
version = "45.rc";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "VRpJVZw7SZXt9Z9jB4j1baYOpQoTnZo/IvA+Gqpm1tk=";
|
sha256 = "2hxE40J9hVlweUktn1wWvRH4U1mAmLaauLaEgMQLX3Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
Loading…
Reference in New Issue
Block a user