From 4352b85f3ec3f4b892fe24da037690accb4bd1b3 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Fri, 3 Apr 2026 23:26:30 -0700 Subject: [PATCH] `nix flake update` --- flake.lock | 12 ++++++------ flake.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 556305825..baebfd665 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1772408722, - "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=", + "lastModified": 1775087534, + "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3", + "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b", "type": "github" }, "original": { @@ -52,11 +52,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1775003535, - "narHash": "sha256-M0/XPMHY9Nh5UFOJ/CiNIcA4MkNPazg+Yiv7YBvUi+I=", + "lastModified": 1775283341, + "narHash": "sha256-Sa2pg+zhrdlQqcn8oQwmG3N9qgL9PiRFOx8RcPSQh3M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "aad5e4ad77553d4955a60a82732836acf453966a", + "rev": "e7d780829d94cee917611961b0f05f1417bdc728", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4d87b4d2d..7bb4852da 100644 --- a/flake.nix +++ b/flake.nix @@ -49,9 +49,9 @@ hackage-server.check = false; Cabal-syntax = { super, ... }: - { custom = _: super.Cabal-syntax_3_16_0_0; }; + { custom = _: super.Cabal-syntax_3_16_1_0; }; Cabal = { super, ... }: - { custom = _: super.Cabal_3_16_0_0; }; + { custom = _: super.Cabal_3_16_1_0; }; sandwich.check = false;