about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-29 19:33:09 -0500
committerGitHub <noreply@github.com>2020-02-29 19:33:09 -0500
commit3a8e954e2992baa78444b16174787331f36d2ac3 (patch)
tree69717326fe814850e81046df624f4406e487838c /pkgs/tools/networking
parente8f0e1b36227178347e03de0e208112195b7c3a1 (diff)
parentb39dbff3bd27c666289fdc2b32f4f0c73ce92e6e (diff)
downloadnixlib-3a8e954e2992baa78444b16174787331f36d2ac3.tar
nixlib-3a8e954e2992baa78444b16174787331f36d2ac3.tar.gz
nixlib-3a8e954e2992baa78444b16174787331f36d2ac3.tar.bz2
nixlib-3a8e954e2992baa78444b16174787331f36d2ac3.tar.lz
nixlib-3a8e954e2992baa78444b16174787331f36d2ac3.tar.xz
nixlib-3a8e954e2992baa78444b16174787331f36d2ac3.tar.zst
nixlib-3a8e954e2992baa78444b16174787331f36d2ac3.zip
Merge pull request #81251 from bhipple/u/rust-cargo-bukubrow
bukubrow: upgrade cargo fetcher and cargoSha256
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/bukubrow/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/networking/bukubrow/default.nix b/pkgs/tools/networking/bukubrow/default.nix
index eeb69417dc7f..2c97e1a17dc0 100644
--- a/pkgs/tools/networking/bukubrow/default.nix
+++ b/pkgs/tools/networking/bukubrow/default.nix
@@ -18,10 +18,7 @@ in rustPlatform.buildRustPackage rec {
     sha256 = "1a3gqxj6d1shv3w0v9m8x2xr0bvcynchy778yqalxkc3x4vr0nbn";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "06nh99cvg3y4f98fs0j5bkidzq6fg46wk47z5jfzz5lf72ha54lk";
+  cargoSha256 = "1k6mffcs9g0z5lh8hpflyharx6653cs1f2rjpldab0fc5fjmjfza";
 
   buildInputs = [ sqlite ];