From bba9b7fe6e51482be4a9ba4287e3b6b1558a3c71 Mon Sep 17 00:00:00 2001 From: Maxim Krivchikov Date: Sat, 22 Feb 2020 10:45:35 +0000 Subject: [PATCH] whitebox-tools: 0.16.0 -> 1.2.0 --- pkgs/applications/gis/whitebox-tools/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/gis/whitebox-tools/default.nix b/pkgs/applications/gis/whitebox-tools/default.nix index 1ee1d3376db3..8ff2ed36fdc3 100644 --- a/pkgs/applications/gis/whitebox-tools/default.nix +++ b/pkgs/applications/gis/whitebox-tools/default.nix @@ -1,13 +1,13 @@ { stdenv, rustPlatform , fetchFromGitHub, Security }: rustPlatform.buildRustPackage rec { pname = "whitebox_tools"; - version = "0.16.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "jblindsay"; repo = "whitebox-tools"; rev = "v${version}"; - sha256 = "1vs4hf2x3qjnffs9kjx56rzl67kpcy8xvng6p0r9fp9mfnblxg6j"; + sha256 = "0zi32d0wrbl2763dcllv2g0liwacsfiza5lkx52620prjjbhby8i"; }; buildInputs = stdenv.lib.optional stdenv.isDarwin Security; @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec { # Delete this on next update; see #79975 for details legacyCargoFetcher = true; - cargoSha256 = "1y3vk8bzsaisx7wrncjxcqdh355f2wk4n59vq5qgj37fph2zpy7f"; + cargoSha256 = "0zn4b4md3pn1rvb15rnz3zcx9a359x26nfy7zcfp7nx27ais13n5"; # failures: structures::polyline::test::test_polyline_split doCheck = false;