From 3d7656a5bf8a5ec3b5b969449534483d7e2cb37c Mon Sep 17 00:00:00 2001 From: Nikita Pedorich Date: Mon, 16 Dec 2024 22:02:36 +0900 Subject: [PATCH 1/2] Update flake.lock --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ce2983a0..56f47ff4 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1730504689, - "narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=", + "lastModified": 1733312601, + "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "506278e768c2a08bec68eb62932193e341f55c90", + "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701253981, - "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", + "lastModified": 1734119587, + "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", + "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5", "type": "github" }, "original": { From f9588a925710974890d313d0236bc1f7dd1efabd Mon Sep 17 00:00:00 2001 From: Nikita Pedorich Date: Mon, 16 Dec 2024 22:03:13 +0900 Subject: [PATCH 2/2] fix: don't fail generate-hashes --- generate-hashes.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generate-hashes.nix b/generate-hashes.nix index d33b14f8..2ef4c2a5 100644 --- a/generate-hashes.nix +++ b/generate-hashes.nix @@ -7,6 +7,8 @@ pkgs.writeShellApplication { pkgs.nix ]; + bashOptions = [ "nounset" "pipefail" ]; + text = '' RELEASE="''${1:-${import ./latest-release.nix}}" FEEDS="base luci packages routing telephony"