forked from mirrors/nixpkgs
gnome.eog: 40.3 → 41.0
https://ftp.gnome.org/pub/GNOME/sources/eog/41/eog-41.beta.news https://ftp.gnome.org/pub/GNOME/sources/eog/41/eog-41.rc.news https://ftp.gnome.org/pub/GNOME/sources/eog/41/eog-41.0.news
This commit is contained in:
parent
c8993cf928
commit
0438f3d8c5
|
@ -28,11 +28,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eog";
|
||||
version = "40.3";
|
||||
version = "41.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-KKo7BwgdlWV1RvcIlJR/qIZjGix/lV5Wz4DbcxrjsjU=";
|
||||
sha256 = "sha256-kX3ghv2X/T7JMPoHyIut0r4fXQrmueVpyYYATgNZqaw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue