about summary refs log tree commit diff
path: root/pkgs/games/eidolon
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-08 22:14:49 -0400
committerGitHub <noreply@github.com>2020-03-08 22:14:49 -0400
commit98493add79d048438b51150ec9a56649b04dcfad (patch)
treef9616aa1bd67a50aa18b0e7996623eb164366af4 /pkgs/games/eidolon
parente6180f61b39042e4d56b9464b3c81e163dbe42fe (diff)
eidolon: upgrade cargo fetcher and cargoSha256 (#82090)
Diffstat (limited to 'pkgs/games/eidolon')
-rw-r--r--pkgs/games/eidolon/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/games/eidolon/default.nix b/pkgs/games/eidolon/default.nix
index f6bc271ec02be..5461304d33430 100644
--- a/pkgs/games/eidolon/default.nix
+++ b/pkgs/games/eidolon/default.nix
@@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
   };
   cargoPatches = [ ./cargo-lock.patch ];
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1887fjkk641cn6dpmyc5r3r2li61yw1nvfb0f2dp3169gycka15h";
+  cargoSha256 = "1i8qfphynwi42pkhhgllxq42dnw9f0dd6f829z94a3g91czyqvsw";
 
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ openssl ];