Loading pkgs/applications/misc/tippecanoe/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "tippecanoe"; version = "2.19.0"; version = "2.35.0"; src = fetchFromGitHub { owner = "felt"; repo = "tippecanoe"; rev = finalAttrs.version; hash = "sha256-FWdAMIAoj3/+SQLIan++UpmWH1o3v92FsDw//b5RorM="; hash = "sha256-l19p/Ql1gaNJpmDH46jwLgUUmJ5YTYRQi6DdayAd84Q="; }; buildInputs = [ sqlite zlib ]; Loading @@ -17,7 +17,9 @@ stdenv.mkDerivation (finalAttrs: { makeFlags = [ "PREFIX=$(out)" ]; enableParallelBuilding = true; doCheck = true; # https://github.com/felt/tippecanoe/issues/148 doCheck = false; passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; Loading Loading
pkgs/applications/misc/tippecanoe/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "tippecanoe"; version = "2.19.0"; version = "2.35.0"; src = fetchFromGitHub { owner = "felt"; repo = "tippecanoe"; rev = finalAttrs.version; hash = "sha256-FWdAMIAoj3/+SQLIan++UpmWH1o3v92FsDw//b5RorM="; hash = "sha256-l19p/Ql1gaNJpmDH46jwLgUUmJ5YTYRQi6DdayAd84Q="; }; buildInputs = [ sqlite zlib ]; Loading @@ -17,7 +17,9 @@ stdenv.mkDerivation (finalAttrs: { makeFlags = [ "PREFIX=$(out)" ]; enableParallelBuilding = true; doCheck = true; # https://github.com/felt/tippecanoe/issues/148 doCheck = false; passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; Loading