Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
default.nix: fix cargoSha256
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Jun 7, 2019
1 parent deb740c commit ea272ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pkgs.rustPlatform.buildRustPackage rec {
BUILD_REV_COUNT = src.revCount or 1;
RUN_TIME_CLOSURE = pkgs.callPackage ./nix/runtime.nix {};

cargoSha256 = "0lx4r05hf3snby5mky7drbnp006dzsg9ypsi4ni5wfl0hffx3a8g";
cargoSha256 = "094w2lp6jvxs8j59cjqp6b3kg4y4crlnqka5v2wmq4j0mn6hvhsj";

NIX_PATH = "nixpkgs=${./nix/bogus-nixpkgs}";

Expand Down

0 comments on commit ea272ca

Please sign in to comment.