about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-02-12 11:16:39 +0100
committerGitHub <noreply@github.com>2020-02-12 11:16:39 +0100
commitbfe01159ed91a873a862b9dde90eca84349f0cdc (patch)
tree5be5b654392a361d740c297a0491b12f5590c0bf /pkgs/applications/editors
parent8a253006e6cd981fa4ffb2ce649193f028d03686 (diff)
parent424697d51222211c33d37b5925d56731362f8e86 (diff)
downloadnixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.tar
nixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.tar.gz
nixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.tar.bz2
nixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.tar.lz
nixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.tar.xz
nixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.tar.zst
nixlib-bfe01159ed91a873a862b9dde90eca84349f0cdc.zip
Merge pull request #79801 from NixOS/staging-next
Staging next
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/hexdino/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/hexdino/default.nix b/pkgs/applications/editors/hexdino/default.nix
index eee5a6965558..91f048320a72 100644
--- a/pkgs/applications/editors/hexdino/default.nix
+++ b/pkgs/applications/editors/hexdino/default.nix
@@ -11,8 +11,8 @@ rustPlatform.buildRustPackage {
     sha256 = "11mz07735gxqfamjcjjmxya6swlvr1p77sgd377zjcmd6z54gwyf";
   };
 
-  cargoSha256 = "0qa8ypp5a7sf1gic482zh3i6s94w6k6bgmk5ynfvwi7g49ql7c4z";
-  verifyCargoDeps = true;
+  cargoSha256 = "06ghcd4j751mdkzwb88nqwk8la4zdb137y0iqrkpykkfx0as43x3";
+  legacyCargoFetcher = false;
 
   buildInputs = [ ncurses ];