From 77ff92476298cb34d129f0138f9439812a3bccdc Mon Sep 17 00:00:00 2001
From: Steffen Vogel <post@steffenvogel.de>
Date: Tue, 15 Oct 2024 21:04:10 +0200
Subject: [PATCH] fix: Update Flake inputs

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
---
 .golangci.yaml | 2 +-
 flake.lock     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.golangci.yaml b/.golangci.yaml
index 7ceff69..f2836a1 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -48,7 +48,7 @@ linters:
   - errname # Checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error`.
   - errorlint # errorlint is a linter for that can be used to find code that will cause problems with the error wrapping scheme introduced in Go 1.13.
   - exhaustive # check exhaustiveness of enum switch statements
-  - exportloopref # checks for pointers to enclosing loop variables
+  - copyloopvar
   - forcetypeassert # finds forced type assertions
   - gci # Gci control golang package import order and make it always deterministic.
   - gochecknoglobals # Checks that no globals are present in Go code
diff --git a/flake.lock b/flake.lock
index b8dd435..9b159a2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1718318537,
-        "narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=",
+        "lastModified": 1728888510,
+        "narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420",
+        "rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
         "type": "github"
       },
       "original": {