Merge pull request #237036 from r-ryantm/auto-update/nix-index-unwrapped

nix-index-unwrapped: 0.1.5 -> 0.1.6
This commit is contained in:
Naïm Favier 2023-06-10 16:19:59 +02:00 committed by GitHub
commit 9166729004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,16 +4,16 @@
rustPlatform.buildRustPackage rec {
pname = "nix-index";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "bennofs";
repo = "nix-index";
rev = "v${version}";
sha256 = "sha256-/btQP7I4zpIA0MWEQJVYnR1XhyudPnYD5Qx4vrW+Uq8=";
sha256 = "sha256-mdK63qRVvISRbRwfMel4SYucmBxR6RLbM4IFz3K3Pks=";
};
cargoSha256 = "sha256-CzLBOLtzIYqdWjTDKHVnc1YXXyj1HqvXzoFYHS0qxog=";
cargoHash = "sha256-uIGxCaFj4x1Ck/D2xxOlosJaGSVbOKxbXAEAkkBxyaQ=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl curl sqlite ]