diff options
| author | Flakes Updater <noreply+flakes-updater@tailscale.com> | 2024-08-02 17:41:52 +0000 |
|---|---|---|
| committer | Maisem Ali <maisem@gmail.com> | 2024-08-03 11:45:38 -0700 |
| commit | 0a6eb12f0504026e7568d2fb07ef82182fd20973 (patch) | |
| tree | 2a23ff6c29c7c645732c6d1e3e24ef92fd27cb5f | |
| parent | f205efcf1856c2338989c5e76e2d23fde24fd532 (diff) | |
| download | tailscale-0a6eb12f0504026e7568d2fb07ef82182fd20973.tar.xz tailscale-0a6eb12f0504026e7568d2fb07ef82182fd20973.zip | |
go.mod.sri: update SRI hash for go.mod changes
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | go.mod.sri | 2 | ||||
| -rw-r--r-- | shell.nix | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -120,4 +120,4 @@ in flake-utils.lib.eachDefaultSystem (system: flakeForSystem nixpkgs system); } -# nix-direnv cache busting line: sha256-N0TZ1JuDqh6bZjOHcMfoEDOsiUlrC/tR72fBns1GwrM= +# nix-direnv cache busting line: sha256-1hekcJr1jEJFu4ZnapNkbAAv+8phTQuMloULIZ0f018= diff --git a/go.mod.sri b/go.mod.sri index 117d4ab72..d6e92df1f 100644 --- a/go.mod.sri +++ b/go.mod.sri @@ -1 +1 @@ -sha256-N0TZ1JuDqh6bZjOHcMfoEDOsiUlrC/tR72fBns1GwrM= +sha256-1hekcJr1jEJFu4ZnapNkbAAv+8phTQuMloULIZ0f018= @@ -16,4 +16,4 @@ ) { src = ./.; }).shellNix -# nix-direnv cache busting line: sha256-N0TZ1JuDqh6bZjOHcMfoEDOsiUlrC/tR72fBns1GwrM= +# nix-direnv cache busting line: sha256-1hekcJr1jEJFu4ZnapNkbAAv+8phTQuMloULIZ0f018= |
