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

authored by K900 and committed by GitHub 77110a51 9035c56a

+3 -3
+3 -3
pkgs/tools/package-management/nix-index/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "nix-index"; 13 - version = "0.1.8"; 13 + version = "0.1.9"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "nix-community"; 17 17 repo = "nix-index"; 18 18 rev = "v${version}"; 19 - hash = "sha256-r3Vg9ox953HdUp5Csxd2DYUyBe9u61fmA94PpcAZRqo="; 19 + hash = "sha256-kOVmgST/D3zNOcGVu1ReuPuVrUx41iRK4rs59lqYX74="; 20 20 }; 21 21 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-BKVxtd+gbCHzpnr5LZmKMUMEEZvsZMT0AdlfrLpMYpc="; 23 + cargoHash = "sha256-0yrTPrxN/4TOALqpQ5GW7LXKisc8msx3DvEpg8uO+IQ="; 24 24 25 25 nativeBuildInputs = [ pkg-config ]; 26 26 buildInputs = [