From 32e76f3c74177a38141758874f1e3641cd4b3559 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Fri, 31 May 2024 20:29:33 -0700 Subject: [PATCH] `nix flake update` --- flake.lock | 24 ++++++++++++------------ flake.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 6075d613..0192e9eb 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1709336216, - "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "lastModified": 1715865404, + "narHash": "sha256-/GJvTdTpuDjNn84j82cU6bXztE0MSkdnTWClUCRub78=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "rev": "8dc45382d5206bd292f9c2768b8058a8fd8311d9", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "flake-root": { "locked": { - "lastModified": 1692742795, - "narHash": "sha256-f+Y0YhVCIJ06LemO+3Xx00lIcqQxSKJHXT/yk1RTKxw=", + "lastModified": 1713493429, + "narHash": "sha256-ztz8JQkI08tjKnsTpfLqzWoKFQF4JGu2LRz8bkdnYUk=", "owner": "srid", "repo": "flake-root", - "rev": "d9a70d9c7a5fd7f3258ccf48da9335e9b47c3937", + "rev": "bc748b93b86ee76e2032eecda33440ceb2532fcd", "type": "github" }, "original": { @@ -37,11 +37,11 @@ }, "haskell-flake": { "locked": { - "lastModified": 1709467224, - "narHash": "sha256-xnPTkLMqq78BiTqt6WXj2TXLupclJi+NEH84HDbQSPc=", + "lastModified": 1716841745, + "narHash": "sha256-opRlnyY/f041VPH4MxgUwq5bl821LbN5ugKMSlh8smc=", "owner": "srid", "repo": "haskell-flake", - "rev": "9173cc45aeb72b7e7adfe0e5a53a425fe439e3ca", + "rev": "5a86b9d5a1ad01e46d44af5fdaea59555b1199ca", "type": "github" }, "original": { @@ -52,11 +52,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709856773, - "narHash": "sha256-QJ3yNJLhfDZbln1HEhIGXmPlwqCk22MbyicFNfSVs3A=", + "lastModified": 1717200861, + "narHash": "sha256-gi3APgB8/ZzRaF31CWw0PSXUh/P612RUo9IL03aLXPw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a32bb438c0219345fc535b4f910da21fa4c4aaa2", + "rev": "26c4820adb6b155c555ce62c45e8fa86c6f2a2f8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a8b1d18d..aa3076ee 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ ap-normalize.check = false; # https://community.flake.parts/haskell-flake/dependency#nixpkgs tar = { super, ... }: - { custom = _: super.tar_0_6_1_0; }; + { custom = _: super.tar_0_6_2_0; }; # tasty = { super, ... }: # { custom = _: super.tasty_1_5; }; };