about summary refs log tree commit diff
path: root/pkgs/applications/gis/whitebox-tools/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-03whitebox-tools: cleanupJohn Titor1-16/+17
apply nixfmt-rfc-style
2024-06-03whitebox_tools: 2.2.0 -> 2.4.0John Titor1-4/+23
add missing dependencies add nix-update-script
2023-03-21whitebox-tools: 2.0.0 -> 2.2.0figsoda1-8/+4
Diff: https://github.com/jblindsay/whitebox-tools/compare/7551aa70e8d9cbd8b3744fde48e82aa40393ebf8...v2.2.0
2022-06-09whitebox-tools: use SRI hash formatAndersonTorres1-6/+14
2021-12-11whitebox-tools: 1.4.0 -> 2.0.0Matthew Pickering1-4/+8
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-04whitebox-tools: 1.3.0 → 1.4.0Nikolay Korotkiy1-5/+5
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-06-18whitebox-tools: 1.2.0 -> 1.3.0Nikolay Korotkiy1-7/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-28whitebox-tools: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-22whitebox-tools: 0.16.0 -> 1.2.0Maxim Krivchikov1-3/+3
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-09-13whitebox: 0.9.0 -> 0.16.0 (#68682)Daniel Schaefer1-4/+7
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2018-07-10whitebox-tools: init at 0.9.0Matthew Pickering1-0/+24