Commit 7e82832f authored by R. RyanTM's avatar R. RyanTM
Browse files

nix-index-unwrapped: 0.1.5 -> 0.1.6

parent d5210941
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 ]