From 81cd3f277aeb1856867a8779ee69a1ac94854b4a Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:28:38 +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 7f299c8333..a3c435cf52 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1748037224, - "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=", + "lastModified": 1748810746, + "narHash": "sha256-1na8blYvU1F6HLwx/aFjrhUqpqZ0SCsnqqW9n2vXvok=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f09dede81861f3a83f7f06641ead34f02f37597f", + "rev": "78d9f40fd6941a1543ffc3ed358e19c69961d3c1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 41199454a7..0be0a2bacb 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-Cs2rcMt2u0q/Dd3jGB8l3w/RCNM4LAIEow9ihsESqqs="; + vendorHash = "sha256-aUSHHUx38L1wduNRfm/tKl65K9vxodjxpsU07rNVH1Q="; src = ./.;