about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-02-28 06:50:34 +0100
committerGitHub <noreply@github.com>2020-02-28 06:50:34 +0100
commit0fa5fc0272b78d7121b203317aaf2dbb51616763 (patch)
tree73ff36efeea1ea2a44b632656cadc484066c86f9 /pkgs
parent6bdd1ca951e4ca14a71dd06df77b9e92ae637177 (diff)
parent1abd618353ef37c9f10af506f52ca6fd5d6145d3 (diff)
downloadnixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.tar
nixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.tar.gz
nixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.tar.bz2
nixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.tar.lz
nixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.tar.xz
nixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.tar.zst
nixlib-0fa5fc0272b78d7121b203317aaf2dbb51616763.zip
Merge pull request #81252 from bhipple/u/rust-cargo-powerline-rs
powerline-rs: upgrade cargo fetcher and cargoSha256
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/powerline-rs/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/misc/powerline-rs/default.nix b/pkgs/tools/misc/powerline-rs/default.nix
index 10844fc30c25..df0d344afaa9 100644
--- a/pkgs/tools/misc/powerline-rs/default.nix
+++ b/pkgs/tools/misc/powerline-rs/default.nix
@@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "0rqlxxl58dpfvm2idhi0vzinraf4bgiapmawiih9wxs599fnhm3y";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1vdx5nwj4qmkb3rdgnchd9xixc5pmhvskvn6dmqgm91s41p2al1p";
+  cargoSha256 = "0a41a6kgwgz4040c2369jldvk6xy6s6fkgayca0qy7hdwc4bcxdp";
 
   nativeBuildInputs = [ pkgconfig file perl cmake curl ];
   buildInputs = [ openssl libssh2 libgit2 libzip ] ++ lib.optional stdenv.isDarwin Security;