about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-29 11:21:00 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-29 20:21:00 +0200
commit7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f (patch)
tree8d2dd39d8c8c60f3214a0e3ee7d20e3f01c5472c
parentd6665b43dd5ebaccec3329a75e44bd50e8f0e04a (diff)
downloadnixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.tar
nixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.tar.gz
nixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.tar.bz2
nixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.tar.lz
nixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.tar.xz
nixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.tar.zst
nixlib-7e7c0f9e7ab90e3978bc208301ebf2be42b0f62f.zip
netsurf.buildsystem: 1.6 -> 1.7 (#46249)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
netsurf-buildsystem
-rw-r--r--pkgs/applications/misc/netsurf/buildsystem/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/netsurf/buildsystem/default.nix b/pkgs/applications/misc/netsurf/buildsystem/default.nix
index f25180505e87..882bb75219d6 100644
--- a/pkgs/applications/misc/netsurf/buildsystem/default.nix
+++ b/pkgs/applications/misc/netsurf/buildsystem/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
 
   name = "netsurf-buildsystem-${version}";
-  version = "1.6";
+  version = "1.7";
 
   src = fetchurl {
     url = "http://download.netsurf-browser.org/libs/releases/buildsystem-${version}.tar.gz";
-    sha256 = "0p5k708lcq8dip9xxck6hml32bjrbyipprm22bbsvdnsc0pqm71x";
+    sha256 = "1q23aaycv35ma5471l1gxib8lfq2s9kprrkaqgfc926d04rlbmhw";
   };
 
   makeFlags = [