lol

nushellPlugins.net: unstable-2024-04-05 -> 0-unstable-2024-04-05

cargoHash is affected by version change because full derivation name is used in the vendoring process.

OPNA2608 be077886 92dcac93

+2 -2
+2 -2
pkgs/shells/nushell/plugins/net.nix
··· 9 9 10 10 rustPlatform.buildRustPackage { 11 11 pname = "nu-plugin-net"; 12 - version = "unstable-2024-04-05"; 12 + version = "0-unstable-2024-04-05"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "fennewald"; ··· 18 18 hash = "sha256-uKLYTRR2tThSvwWbvEePOLZ9ehNPfCYruZxTKSIxpEA="; 19 19 }; 20 20 21 - cargoHash = "sha256-2A9RalZhXigLq/6w738G6PnkV3FyK+3HHXPDQRHTIm0="; 21 + cargoHash = "sha256-BsCOej31vfTf+Wca4+AjxkhXz6wpMRFJmGBsUqOj2U0="; 22 22 23 23 nativeBuildInputs = [ 24 24 rustPlatform.bindgenHook