Unverified Commit fe4c3077 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

nix-index-unwrapped: 0.1.7 -> 0.1.8
parents e0524121 8702b841
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@

rustPlatform.buildRustPackage rec {
  pname = "nix-index";
  version = "0.1.7";
  version = "0.1.8";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nix-index";
    rev = "v${version}";
    hash = "sha256-WPWd2aMuP4L17UDFz7SI6lqyrCzrPV8c88vGyO6r6jk=";
    hash = "sha256-r3Vg9ox953HdUp5Csxd2DYUyBe9u61fmA94PpcAZRqo=";
  };

  cargoHash = "sha256-zZhQ3pOid7BCGzcyCrl6sDm0q6IEVKF7K+d6nVs9flk=";
  cargoHash = "sha256-c1Ivsj9of/cjEKU0lo4I9BfIUQZ3pPf2QF9fAlZTQn0=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl curl sqlite ]