From 6db593164add0146469755025908f0361ae7441e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 22 Jan 2017 11:46:24 +0100 Subject: [PATCH] epiphany: 3.22.4 -> 3.22.5 (fixes source hash) I don't know what happened in 754a9cf69804ec00527f4703806282c16179c589 ("gnome3.20: remove"), but that hash doesn't work. (Did gnome update tarball in place?) I ran "./maintainers/scripts/gnome.sh update epiphany" and selected the current major.minor version. Now the hash is working. --- pkgs/desktops/gnome-3/3.22/core/epiphany/src.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/desktops/gnome-3/3.22/core/epiphany/src.nix b/pkgs/desktops/gnome-3/3.22/core/epiphany/src.nix index c3256288057..dbb162dc432 100644 --- a/pkgs/desktops/gnome-3/3.22/core/epiphany/src.nix +++ b/pkgs/desktops/gnome-3/3.22/core/epiphany/src.nix @@ -1,10 +1,10 @@ # Autogenerated by maintainers/scripts/gnome.sh update fetchurl: { - name = "epiphany-3.22.4"; + name = "epiphany-3.22.5"; src = fetchurl { - url = mirror://gnome/sources/epiphany/3.22/epiphany-3.22.4.tar.xz; - sha256 = "051av2xcg7ii2y273vqmdkzanygws9qsaq7ks0070y06d4rhl6xy"; + url = mirror://gnome/sources/epiphany/3.22/epiphany-3.22.5.tar.xz; + sha256 = "e9c307b3f53a77c16ca698fb62fbb8d9b16773702d8163d83699bd623afa6745"; }; }