summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2019-10-09 14:12:16 +0200
committerAntoine Eiche <lewo@abesis.fr>2019-10-09 18:29:18 +0200
commit0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9 (patch)
treea3c5667ef9bd96499770b2bfd5709c531a557663 /pkgs/development
parentbf7a1d6afe7f4f50802748b7b8211a4006221e7a (diff)
downloadnixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.tar
nixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.tar.gz
nixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.tar.bz2
nixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.tar.lz
nixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.tar.xz
nixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.tar.zst
nixpkgs-0a7c50e0e0bce5578ae568b1b4e0fb66792e26a9.zip
hydra-cli: update the cargoSha256 hash
This might be related to the way cargo fetches sources since the old
hash still works on the original PR (before being rebased onto master by
the merge action).
See
- https://github.com/NixOS/nixpkgs/pull/67680
- https://hydra.nixos.org/build/102205464/nixlog/2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/hydra-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/hydra-cli/default.nix b/pkgs/development/tools/misc/hydra-cli/default.nix
index 24ca98118bd..79ef81d09e1 100644
--- a/pkgs/development/tools/misc/hydra-cli/default.nix
+++ b/pkgs/development/tools/misc/hydra-cli/default.nix
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "1jdlmc45hwblcxs6hvy3gi2dr7qyzs1sg5zr26jrpxrbvqqzrdhc";
   };
 
-  cargoSha256 = "0dqj2pdqfbgg8r3h2s07p3m9zgl9xl4vislbqs6a0f1ahrczlda5";
+  cargoSha256 = "11y82np52f7lgfzhzs24kkawcfzzc6070x4rj5d6iv5csf6c03ny";
 
   buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];