forked from mirrors/nixpkgs
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
This commit is contained in:
parent
d6665b43dd
commit
7e7c0f9e7a
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue