all repos — nix-packages @ 9f4c0a49b87dc6629dacdec147f750eaae2c270b

My personal collection of packages for nix

update tide plugin

Alin
commit

9f4c0a49b87dc6629dacdec147f750eaae2c270b

parent

8e91d01efe878918712cc40daf38ffcb6a22627d

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M pkgs/scoped/fishPlugins/tide.nixpkgs/scoped/fishPlugins/tide.nix
@@ -5,13 +5,13 @@ fetchFromGitHub,
}: tide.overrideAttrs (oldAttrs: rec { - version = "7.0.12"; + version = "7.0.15"; src = fetchFromGitHub { owner = "plttn"; repo = "tide"; tag = "v${version}"; - hash = "sha256-VqbVrf84P59Inc+fc48evp3G62ur6yVVn2bIqI+O9FQ="; + hash = "sha256-m0hJUCwUze1skhwKWCHDLfXL+ZPucSDaSr0z59rKjpk="; }; meta = oldAttrs // {