From 656397fd0abde9af4384f017fda59fe855b3fad8 Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 05:54:16 +0000 Subject: [PATCH] [github-actions] auto update vendor hash --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 7ed182313b..7c0ba93025 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1746055187, - "narHash": "sha256-3dqArYSMP9hM7Qpy5YWhnSjiqniSaT2uc5h2Po7tmg0=", + "lastModified": 1746301764, + "narHash": "sha256-5odz+NZszRya//Zd0P8h+sIwOnV35qJi+73f4I+iv1M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e362ce63e16b9572d8c2297c04f7c19ab6725a5", + "rev": "537ee98218704e21ea465251de512ab6bbb9012e", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a224a1585b..f426219933 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ state = if (self ? rev) then "clean" else "dirty"; # This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change - vendorHash = "sha256-FEiDW19sXoIAusSl4JsKTUCDiMR9aZklDlllteLdbDs="; + vendorHash = "sha256-R7Pw9I8x0uI63JIf9siW084LEs3yR5e6uJyUrilsgrE="; src = ./.;