nushellPlugins.net: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-04-07 15:45:14 +00:00
parent 81c8dee706
commit dd1110d1b2

View File

@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "nushell_plugin_net";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "fennewald";
repo = "nu_plugin_net";
rev = "refs/tags/${version}";
hash = "sha256-nKcB919M9FkDloulh9IusWYPhf8vlhUmKVs6Gd6w3Bw=";
hash = "sha256-Cop2gI5xhhWhw5Cyb4CABSzqs2bxDreohOzgGh/wPXg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-nQILwEZaVL1xJ/CKGGObogFGPmW0UPq0v3vFP2kHqWo=";
cargoHash = "sha256-8IlCUI0HOsr06vsSv0WBxfoaEe1Dz21tZdWZ6jrNkaw=";
nativeBuildInputs = [ rustPlatform.bindgenHook ];