evince: 45.rc → 45.0
https://gitlab.gnome.org/GNOME/evince/-/compare/45.rc...45.0 Just translations. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
0075855ef7
commit
d10e19c7dd
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "evince";
|
||||
version = "45.rc";
|
||||
version = "45.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/evince/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "2hxE40J9hVlweUktn1wWvRH4U1mAmLaauLaEgMQLX3Y=";
|
||||
sha256 = "0YZH1Cdcvd8NMoF7HQTjBzQqhb6RTsTa0tgIKq+KpKg=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue