Skip to content

Commit

Permalink
Merge pull request #216220 from NixOS/backport-216206-to-release-22.11
Browse files Browse the repository at this point in the history
[Backport release-22.11] nix-index: 0.1.4 -> 0.1.5
  • Loading branch information
figsoda authored Feb 14, 2023
2 parents b54ff1e + 1317717 commit b2ebfa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix-index/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

rustPlatform.buildRustPackage rec {
pname = "nix-index";
version = "0.1.4";
version = "0.1.5";

src = fetchFromGitHub {
owner = "bennofs";
repo = "nix-index";
rev = "v${version}";
sha256 = "sha256-TDGtnSgY897fRm1BWLlQZQa8v6Wu5/JIF4UH+1CZm4U=";
sha256 = "sha256-/btQP7I4zpIA0MWEQJVYnR1XhyudPnYD5Qx4vrW+Uq8=";
};

cargoSha256 = "sha256-z1lLpZBD4HjO6gLw96wbucfchRgZs26Q8Gl+hpUB1xo=";
cargoSha256 = "sha256-CzLBOLtzIYqdWjTDKHVnc1YXXyj1HqvXzoFYHS0qxog=";

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

0 comments on commit b2ebfa3

Please sign in to comment.