Update cargoHash

This commit is contained in:
Daniel Flanagan 2024-07-30 11:46:52 -05:00
parent 0cba2f0360
commit 6c1e5d6df5

View file

@ -59,14 +59,11 @@
kodotag = pkgs.rustPlatform.buildRustPackage { kodotag = pkgs.rustPlatform.buildRustPackage {
pname = "kodotag"; pname = "kodotag";
version = "0.1.0"; version = "0.1.0";
nativeBuildInputs = deps pkgs; nativeBuildInputs = deps pkgs;
src = ./.; src = ./.;
hash = pkgs.lib.fakeHash; hash = pkgs.lib.fakeHash;
cargoHash = pkgs.lib.fakeHash; # cargoHash = pkgs.lib.fakeHash;
# cargoHash = "sha256-x2St+At8n07ns354zORhb7NJfBQTav1beSyAnlJtak8="; cargoHash = "sha256-pXyMRYFpG9hr0itt5izAF+HDAL6m7ktHAnV7sPSwzp4=";
# a hack to avoid using mold as our linker when building with nix # a hack to avoid using mold as our linker when building with nix
postUnpack = '' postUnpack = ''