Update nix-data version

This commit is contained in:
Victor Fuentes 2022-11-30 16:55:37 -05:00
parent 72c4d50142
commit de71a084fd
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1675,7 +1675,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nix-data"
version = "0.0.2"
source = "git+https://github.com/snowflakelinux/nix-data#31f6997311a16f9661820d8b5f74f41aa3d64eb7"
source = "git+https://github.com/snowflakelinux/nix-data#31ebda43487a5de2b37ef2c28b6c86c86b9de037"
dependencies = [
"anyhow",
"brotli",

View File

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