From 19f0ae856fb2820af69c565ec8db08c1447a8110 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 4 Feb 2024 22:33:25 +0100 Subject: [PATCH] openwrt: update sha256 for legacy release --- flake.lock | 6 +++--- nix/pkgs/openwrt/default.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index b78fec3..9950aee 100644 --- a/flake.lock +++ b/flake.lock @@ -40,11 +40,11 @@ ] }, "locked": { - "lastModified": 1706689042, - "narHash": "sha256-bgV2Z6U1tiUKaBxGyB5j81T/RnVbzR+nLCZnY6klhWs=", + "lastModified": 1707040696, + "narHash": "sha256-joe9ACHZql69C4vW4NfrV2pt1Tj9W0umYlKma9nrGe8=", "owner": "astro", "repo": "nix-openwrt-imagebuilder", - "rev": "d2691b2496c2b1a00e6f192a74b213ebbd3ac35d", + "rev": "a288a4b0d2ae43c87dbe44e39214d5c48c3fc0f0", "type": "github" }, "original": { diff --git a/nix/pkgs/openwrt/default.nix b/nix/pkgs/openwrt/default.nix index eff4e28..68027fc 100644 --- a/nix/pkgs/openwrt/default.nix +++ b/nix/pkgs/openwrt/default.nix @@ -70,10 +70,10 @@ in rec { target = "ar71xx"; variant = "tiny"; profile = model; - sha256 = "109a2557gwmgib7r500qn9ygd8j4r4cv5jl5rpn9vczsm4ilkc1z"; + sha256 = "sha256-P7BJI6n6s53szYXKshnJRKL2fLIYgJLPiq/yd0oRKoE="; feedsSha256 = { - base.sha256 = "0xklqsk6d5d6bai0ry2hzfjr4sycf6241ihv8v1lmmf9r7d47cr1"; - packages.sha256 = "05g048saibh304ndnlczyq92b1c67c3cqvbhdamw1xqbsp6jzifp"; + base.sha256 = "sha256-2wIrDBT+CCVuXgHGXb2jB3iR0v1TwCiuYCXCOXr9tcw="; + packages.sha256 = "sha256-3u/SPz4rDWGUvuB3J3KYRAgbfumRzK93wRxj3gmkTZc="; }; } else null;