From a448d480b61e788c9852f41816990c3035daa1a3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 23 Feb 2025 23:21:32 +0000 Subject: [PATCH] fishPlugins.nvm: 2.2.16 -> 2.2.17 --- pkgs/shells/fish/plugins/nvm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/fish/plugins/nvm.nix b/pkgs/shells/fish/plugins/nvm.nix index 02be1d91fe94..0fa7869dbc13 100644 --- a/pkgs/shells/fish/plugins/nvm.nix +++ b/pkgs/shells/fish/plugins/nvm.nix @@ -5,12 +5,12 @@ }: buildFishPlugin rec { pname = "nvm"; - version = "2.2.16"; + version = "2.2.17"; src = fetchFromGitHub { owner = "jorgebucaran"; repo = "nvm.fish"; tag = version; - hash = "sha256-GTEkCm+OtxMS3zJI5gnFvvObkrpepq1349/LcEPQRDo="; + hash = "sha256-BNnoP9gLQuZQt/0SOOsZaYOexNN2K7PKWT/paS0BJJY="; }; meta = {