about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-02-11 07:59:53 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-02-11 07:59:53 +0100
commit1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba (patch)
tree12febba59ddea0d1fb3e4f79f8a6ddab34dfc377 /pkgs/applications/editors
parent2cf319879b8aaf1b982cb84e5ba203500f735791 (diff)
parent4959c970ee991a5c1b049649ccd392a9c2a2ca79 (diff)
downloadnixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.tar
nixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.tar.gz
nixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.tar.bz2
nixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.tar.lz
nixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.tar.xz
nixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.tar.zst
nixlib-1a6c3cb06bbdd8dbd0bafc02f35a113fd50544ba.zip
Merge staging into 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 ];