Skip to content

Commit a448d48

Browse files
committed
fishPlugins.nvm: 2.2.16 -> 2.2.17
1 parent a400206 commit a448d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/shells/fish/plugins/nvm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66
buildFishPlugin rec {
77
pname = "nvm";
8-
version = "2.2.16";
8+
version = "2.2.17";
99
src = fetchFromGitHub {
1010
owner = "jorgebucaran";
1111
repo = "nvm.fish";
1212
tag = version;
13-
hash = "sha256-GTEkCm+OtxMS3zJI5gnFvvObkrpepq1349/LcEPQRDo=";
13+
hash = "sha256-BNnoP9gLQuZQt/0SOOsZaYOexNN2K7PKWT/paS0BJJY=";
1414
};
1515

1616
meta = {

0 commit comments

Comments
 (0)