Unverified Commit 816a60f9 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

fishPlugins.nvm: 2.2.16 -> 2.2.17 (#384628)

parents ad60d61f a448d480
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {