From 74da289066b7b064cff46acff2b4eb4884fdeb7a Mon Sep 17 00:00:00 2001 From: Hugh Davidson Date: Tue, 14 Apr 2026 17:30:48 +1000 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'bellroy-nix-foss': 'github:bellroy/bellroy-nix-foss/a52e52ca9a21bd32f45662f43fceca9e0b30fe48?narHash=sha256-tbFGVRLVytQGQgZZkJAwyge6ISpojHiR7TxQws51jBA%3D' (2026-02-17) → 'github:bellroy/bellroy-nix-foss/2c0f359c5b8aee71dcb27274895e7547889c4be7?narHash=sha256-0K6I/yPqeIXloD/RtesnyzrZ6ObTxZqcBXq%2Bv2%2Bw2T8%3D' (2026-04-14) • Updated input 'bellroy-nix-foss/git-hooks': 'github:cachix/git-hooks.nix/5eaaedde414f6eb1aea8b8525c466dc37bba95ae?narHash=sha256-kck%2BvIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8%3D' (2026-02-10) → 'github:cachix/git-hooks.nix/580633fa3fe5fc0379905986543fd7495481913d?narHash=sha256-8Psjt%2BTWvE4thRKktJsXfR6PA/fWWsZ04DVaY6PUhr4%3D' (2026-04-07) • Updated input 'bellroy-nix-foss/nixpkgs': 'github:NixOS/nixpkgs/7cdb2c9a4f4ec945cdd8348800b9205e5069b48f?narHash=sha256-FNEmjUiwVcbaMx%2BDLNAPyEZMdw4ASGvEqJaswcJVRDc%3D' (2026-02-16) → 'github:NixOS/nixpkgs/9d600cdba342cea3b59aef50e093a547a0f4012f?narHash=sha256-z5tkSIdPUs6IG3I9HD2e2stdzOKKh0qDeKkOURYQw6o%3D' (2026-04-12) --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 1877bde..309e72b 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1771297770, - "narHash": "sha256-tbFGVRLVytQGQgZZkJAwyge6ISpojHiR7TxQws51jBA=", + "lastModified": 1776127325, + "narHash": "sha256-0K6I/yPqeIXloD/RtesnyzrZ6ObTxZqcBXq+v2+w2T8=", "owner": "bellroy", "repo": "bellroy-nix-foss", - "rev": "a52e52ca9a21bd32f45662f43fceca9e0b30fe48", + "rev": "2c0f359c5b8aee71dcb27274895e7547889c4be7", "type": "github" }, "original": { @@ -64,11 +64,11 @@ ] }, "locked": { - "lastModified": 1770726378, - "narHash": "sha256-kck+vIbGOaM/dHea7aTBxdFYpeUl/jHOy5W3eyRvVx8=", + "lastModified": 1775585728, + "narHash": "sha256-8Psjt+TWvE4thRKktJsXfR6PA/fWWsZ04DVaY6PUhr4=", "owner": "cachix", "repo": "git-hooks.nix", - "rev": "5eaaedde414f6eb1aea8b8525c466dc37bba95ae", + "rev": "580633fa3fe5fc0379905986543fd7495481913d", "type": "github" }, "original": { @@ -101,11 +101,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1771216249, - "narHash": "sha256-FNEmjUiwVcbaMx+DLNAPyEZMdw4ASGvEqJaswcJVRDc=", + "lastModified": 1775994940, + "narHash": "sha256-z5tkSIdPUs6IG3I9HD2e2stdzOKKh0qDeKkOURYQw6o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7cdb2c9a4f4ec945cdd8348800b9205e5069b48f", + "rev": "9d600cdba342cea3b59aef50e093a547a0f4012f", "type": "github" }, "original": { From 0b65dbdae1c857c5b0a6a0e2d7d2e4b914440bf2 Mon Sep 17 00:00:00 2001 From: Hugh Davidson Date: Tue, 14 Apr 2026 17:35:09 +1000 Subject: [PATCH 2/2] github-actions.cabal: Update tested-with to GHC 9.12.4 Co-Authored-By: Claude Sonnet 4.6 --- github-actions.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-actions.cabal b/github-actions.cabal index 1fa9afe..d7f9968 100644 --- a/github-actions.cabal +++ b/github-actions.cabal @@ -24,7 +24,7 @@ extra-source-files: test/golden/configuration-main.hs.txt test/golden/configuration-main.yml -tested-with: GHC ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 +tested-with: GHC ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.4 common opts default-language: Haskell2010