From 59300cbd4a595f42103e6adb9f460665584a110d Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 12:32:14 +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 76d9bc00ff..86001b5166 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1749173751, - "narHash": "sha256-ENY3y3v6S9ZmLDDLI3LUT8MXmfXg/fSt2eA4GCnMVCE=", + "lastModified": 1749488106, + "narHash": "sha256-b9GIWdF/8jKpCC5JIMgDLZgwe8cEbty2fyTyo1eDFfI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ed29f002b6d6e5e7e32590deb065c34a31dc3e91", + "rev": "8fe3e32e7f210522377c3bcff80931a3284ace6a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index d94bfff057..1603c6aed8 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-saQrwrJ8fqqq+3oN4xaT4B4vyL0aEBIuI7Q/iWiPlUM="; + vendorHash = "sha256-eFnxhXYk07yioyHboNuDbV6+l8bimr/HxOvuzFvJ7Rs="; src = ./.;