whitebox-tools: 1.3.0 → 1.4.0

This commit is contained in:
Nikolay Korotkiy 2020-11-04 13:12:09 +03:00
parent 49cd7307d0
commit a9d894b85e
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -1,18 +1,18 @@
{ stdenv, rustPlatform , fetchFromGitHub, Security }: { stdenv, rustPlatform, fetchFromGitHub, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "whitebox_tools"; pname = "whitebox_tools";
version = "1.3.0"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jblindsay"; owner = "jblindsay";
repo = "whitebox-tools"; repo = "whitebox-tools";
rev = "v${version}"; rev = version;
sha256 = "0c9jmfjz6ys65y65zlllv9xvaaavr9jpqc1dc217iywhj07j8k2v"; sha256 = "0s5byn8qyi1bm59j9vhwqaygw5cxipc7wbd3flh7n24nx0s8pr8c";
}; };
buildInputs = stdenv.lib.optional stdenv.isDarwin Security; buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
cargoSha256 = "05w2jimmygg7dc93i8bpjpjc5yj5xfpfkjnbbgw2sq4kh06r5ii4"; cargoSha256 = "09rz8f1xyc64qjbj6pgw8jxr2a7chghmdc6sfkbv7hdvx6vg4wvk";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An advanced geospatial data analysis platform"; description = "An advanced geospatial data analysis platform";