about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/next
diff options
context:
space:
mode:
authorysengrimm <ysengrimm@grimmbart.org>2020-03-09 18:50:34 +0100
committerysengrimm <ysengrimm@grimmbart.org>2020-03-09 18:50:34 +0100
commited8692b9f53ff5e6b327dcc0ee463f7eb41b4a26 (patch)
tree03c7f7efe959105f18d2c15315283a7ba8a92e05 /pkgs/applications/networking/browsers/next
parent63ed2bf3c3c39b90af4398a1f047de3bcc27e176 (diff)
downloadnixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.tar
nixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.tar.gz
nixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.tar.bz2
nixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.tar.lz
nixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.tar.xz
nixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.tar.zst
nixlib-ed8692b9f53ff5e6b327dcc0ee463f7eb41b4a26.zip
next: 1.4.0 -> 1.5.0
Diffstat (limited to 'pkgs/applications/networking/browsers/next')
-rw-r--r--pkgs/applications/networking/browsers/next/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/next/default.nix b/pkgs/applications/networking/browsers/next/default.nix
index 22f0cf928ab6..d4726fab6511 100644
--- a/pkgs/applications/networking/browsers/next/default.nix
+++ b/pkgs/applications/networking/browsers/next/default.nix
@@ -15,13 +15,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "next";
-  version = "1.4.0";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "atlas-engineer";
     repo = "next";
     rev = version;
-    sha256 = "1gkmr746rqqg94698a051gv79fblc8n9dq0zg04llba44adhpmjl";
+    sha256 = "1gqkp185wcwaxr8py90hqk44nqjblrrdwvig19gizrbzr2gx2zhy";
   };
 
   nativeBuildInputs = [