epiphany: 40.1 -> 40.2

(cherry picked from commit 006b7037ed92edd275254eda19a8d0c2a1e2762b)
This commit is contained in:
R. RyanTM 2021-06-05 03:31:49 +00:00 committed by github-actions[bot]
parent 43e16aa54f
commit f2484c64f3
1 changed files with 2 additions and 2 deletions

View File

@ -37,11 +37,11 @@
stdenv.mkDerivation rec {
pname = "epiphany";
version = "40.1";
version = "40.2";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "1l0sb1xg16g4wg3z99xb0w2kbyczbn7q4mphs3w4lxq22xml4sk9";
sha256 = "dRGeIgZWV89w7ytgPU9zg1VzvQNPHmGMD2YkeP1saDU=";
};
nativeBuildInputs = [