nix-index-unwrapped: 0.1.8 -> 0.1.9 (#426177)

This commit is contained in:
K900 2025-07-17 22:01:42 +03:00 committed by GitHub
commit 77110a5187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "nix-index";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-index";
rev = "v${version}";
hash = "sha256-r3Vg9ox953HdUp5Csxd2DYUyBe9u61fmA94PpcAZRqo=";
hash = "sha256-kOVmgST/D3zNOcGVu1ReuPuVrUx41iRK4rs59lqYX74=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-BKVxtd+gbCHzpnr5LZmKMUMEEZvsZMT0AdlfrLpMYpc=";
cargoHash = "sha256-0yrTPrxN/4TOALqpQ5GW7LXKisc8msx3DvEpg8uO+IQ=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [