Skip to content

Commit

Permalink
epiphany: 3.22.4 -> 3.22.5 (fixes source hash)
Browse files Browse the repository at this point in the history
I don't know what happened in 754a9cf
("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.
  • Loading branch information
bjornfor committed Jan 22, 2017
1 parent 4b2f2cc commit 6db5931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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";
};
}

0 comments on commit 6db5931

Please sign in to comment.