mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 08:48:09 +00:00
epiphany: 45.beta → 45.0
https://gitlab.gnome.org/GNOME/epiphany/-/compare/45.beta...45.0 Very minor changes and fixes. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
e4d052fbca
commit
b1b5f13e48
@ -36,11 +36,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "epiphany";
|
||||
version = "45.beta";
|
||||
version = "45.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "uB3wF5AC24XCkrecQSEOoEyfWZYKWB18ggJlKtOXzdk=";
|
||||
sha256 = "C6JEOjOQ111jJx4wuaoce483wbuje9NGp/3SC72zR5E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user