From e56ec6cbf2a2773f766c69136889e973bba097d4 Mon Sep 17 00:00:00 2001 From: sebhoss <44168+sebhoss@users.noreply.github.com> Date: Mon, 21 Sep 2026 11:00:41 +0000 Subject: [PATCH] chore(deps): update the from-source flake packages --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 391b223..319a440 100644 --- a/flake.nix +++ b/flake.nix @@ -51,14 +51,14 @@ pkgs: pkgs.buildGoModule rec { pname = "helm-schema"; - version = "0.23.4"; + version = "0.23.5"; src = pkgs.fetchFromGitHub { owner = "dadav"; repo = "helm-schema"; rev = version; - hash = "sha256-btkkNzye9if4lF/YdhalbwA2/dcZArU6/9Hr0bTJf1M="; + hash = "sha256-2mbcvBoCWfZfuFzWIdFbSCxOIz9bjU0Z/8tS2GS910w="; }; - vendorHash = "sha256-jbK+XD5CbjMQJUJCcKbNN8LhYuhuy+Z3XcCmgiYw25Y="; + vendorHash = "sha256-rABGsuqlmv6FSNYQXBS8UeiZnw7Tx4r3UmkosgTeeaE="; }; # arch-go (architecture rules, arch-go.yml). @@ -81,12 +81,12 @@ pkgs: pkgs.buildGoModule rec { pname = "modernize"; - version = "0.47.0"; + version = "0.50.0"; src = pkgs.fetchFromGitHub { owner = "golang"; repo = "tools"; rev = "v${version}"; - hash = "sha256-JfrmKeIAhHhxMqOfh27w+T9PaBAIzh47wOokXmr1Z5Q="; + hash = "sha256-lly/LbIt9u+aQpnymLLidu8SNH631z+8GcMRR7+daZI="; }; modRoot = "gopls"; subPackages = [ "internal/analysis/modernize/cmd/modernize" ];