add output hash for git eggbug crate

This commit is contained in:
xenofem 2023-07-01 20:05:33 -04:00
parent 11a315e059
commit a0aab8e04b

View file

@ -16,7 +16,12 @@
packages.x86_64-linux."${pname}-unwrapped" = pkgs.rustPlatform.buildRustPackage ({
inherit pname version;
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"eggbug-0.1.3" = "sha256-dDnCJNnTJsah1HtrKoS5FxmHosBp5J6nfP4s7ugccog=";
};
};
} // buildDeps);
packages.x86_64-linux.${pname} = pkgs.symlinkJoin {