diff --git a/pkgs/by-name/sc/scuba/package.nix b/pkgs/by-name/sc/scuba/package.nix index ec87cc551181..8f4e019babc2 100644 --- a/pkgs/by-name/sc/scuba/package.nix +++ b/pkgs/by-name/sc/scuba/package.nix @@ -6,13 +6,13 @@ }: let - version = "2.14.1"; + version = "2.14.2"; src = fetchFromGitHub { owner = "JonathonReinhart"; repo = "scuba"; tag = "v${version}"; - hash = "sha256-AbaBTI/gz5lifjMx00sxuUl1MxhYM93iKfGdpHsLjzk="; + hash = "sha256-kYr7JyrwDDMJkazZ1cMZNkLo19stnOtc/gSp3nRWAuU="; }; # This must be built statically because scuba will execute unknown docker environments