Unverified Commit 91667290 authored by Naïm Favier's avatar Naïm Favier Committed by GitHub
Browse files

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

nix-index-unwrapped: 0.1.5 -> 0.1.6
parents e6926e0b 7e82832f
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.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 ]