netsurf.buildsystem: 1.5 -> 1.6

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/8d2bc8fda08696882cec0fd25ff22ac3

authored by Ryan Mulligan and committed by Rok Garbas ccbaacae 1874678d

+2 -2
+2 -2
pkgs/applications/misc/netsurf/buildsystem/default.nix
··· 3 3 stdenv.mkDerivation rec { 4 4 5 5 name = "netsurf-buildsystem-${version}"; 6 - version = "1.5"; 6 + version = "1.6"; 7 7 8 8 src = fetchurl { 9 9 url = "http://download.netsurf-browser.org/libs/releases/buildsystem-${version}.tar.gz"; 10 - sha256 = "0wdgvasrjik1dgvvpqbppbpyfzkqd1v45x3g9rq7p67n773azinv"; 10 + sha256 = "0p5k708lcq8dip9xxck6hml32bjrbyipprm22bbsvdnsc0pqm71x"; 11 11 }; 12 12 13 13 makeFlags = [