lol

elfcat: add cargoHash

linsui 64a83a9b 51a6ac79

+1 -2
+1 -2
pkgs/tools/misc/elfcat/default.nix
··· 11 11 sha256 = "sha256-NzFKNCCPWBj/fhaEJF34nyeyvLMeQwIcQgTlYc6mgYo="; 12 12 }; 13 13 14 - # There is no dependency to vendor in this project. 15 - cargoLock.lockFile = ./Cargo.lock; 14 + cargoHash = "sha256-Dc+SuLwbLFcNSr9RiNSc7dgisBOvOUEIDR8dFAkC/O0="; 16 15 17 16 meta = with lib; { 18 17 description = "ELF visualizer, generates HTML files from ELF binaries.";