Update cargo hash

This commit is contained in:
Victor Fuentes 2022-10-28 11:00:31 -04:00
parent 0bf5c77fff
commit 33214d6928
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -20,7 +20,7 @@ pkgs.stdenv.mkDerivation rec {
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-yZKhtc5Rnkk3QdASnIxHFAYKPbG0RWySXLBjhraFPuc=";
hash = "sha256-845UB5rens4RChvcoFZGx60J1wPySyDBCD6M5vgeWDc=";
};
nativeBuildInputs = with pkgs; [