From 9c4cbe00d8206bf56049e7e37921a840343887b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Wed, 11 Sep 2024 23:03:02 +1000 Subject: [PATCH] nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0 --- pkgs/shells/nushell/plugins/net.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/shells/nushell/plugins/net.nix b/pkgs/shells/nushell/plugins/net.nix index 2bb2b56168b8..95d1c36b467f 100644 --- a/pkgs/shells/nushell/plugins/net.nix +++ b/pkgs/shells/nushell/plugins/net.nix @@ -8,18 +8,18 @@ unstableGitUpdater, }: -rustPlatform.buildRustPackage { +rustPlatform.buildRustPackage rec { pname = "nu-plugin-net"; - version = "0-unstable-2024-04-05"; + version = "1.7.0"; src = fetchFromGitHub { owner = "fennewald"; repo = "nu_plugin_net"; - rev = "60d315afb19c3c673409db796a4cc7a240058605"; - hash = "sha256-izIxV2rFxZ1Om6NNaofNpc5prtN/lsw8dC4DyKEQ+v8="; + rev = "refs/tags/${version}"; + hash = "sha256-GOF2CSlsjI8PAmIxj/+mR01X5XMviEM8gj7ZYTbeX7I="; }; - cargoHash = "sha256-nBxcxADyvPgGrfkW8eBq/wmB2Slq+YGJV2IlxuuCgCg="; + cargoHash = "sha256-2FjKGirjTb6ZjDmhK9ciQzVtWCF8CcYeA+YXcr1oMP4="; nativeBuildInputs = [ rustPlatform.bindgenHook ];