nix-index: 0.1.1 -> 0.1.2

This commit is contained in:
Moritz Kiefer 2018-10-11 21:42:28 +02:00
parent c881a04a5d
commit bd4301a2ae
1 changed files with 3 additions and 3 deletions

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];