Merge pull request #48226 from cocreature/nix-index

nix-index: 0.1.1 -> 0.1.2
This commit is contained in:
Sarah Brofeldt 2018-10-12 09:50:44 +02:00 committed by GitHub
commit e53b1dd06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,15 +4,15 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "nix-index-${version}"; name = "nix-index-${version}";
version = "0.1.1"; version = "0.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bennofs"; owner = "bennofs";
repo = "nix-index"; repo = "nix-index";
rev = "v${version}"; rev = "v${version}";
sha256 = "17pms3cq3i3jan1irxgqfr3nrjy6zb21y07pwqp9v08hyrjpfqin"; sha256 = "05fqfwz34n4ijw7ydw2n6bh4bv64rhks85cn720sy5r7bmhfmfa8";
}; };
cargoSha256 = "0b7xwcgjds80g08sx91lqip8syb52n458si4q4xycvvsand5fa10"; cargoSha256 = "045qm7cyg3sdvf22i8b9cz8gsvggs5bn9xz8k1pvn5gxb7zj24cx";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl curl]; buildInputs = [ openssl curl];