openwrt: update sha256 for legacy release

This commit is contained in:
Astro 2024-02-04 22:33:25 +01:00
parent f780643294
commit 19f0ae856f
2 changed files with 6 additions and 6 deletions

View File

@ -40,11 +40,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706689042, "lastModified": 1707040696,
"narHash": "sha256-bgV2Z6U1tiUKaBxGyB5j81T/RnVbzR+nLCZnY6klhWs=", "narHash": "sha256-joe9ACHZql69C4vW4NfrV2pt1Tj9W0umYlKma9nrGe8=",
"owner": "astro", "owner": "astro",
"repo": "nix-openwrt-imagebuilder", "repo": "nix-openwrt-imagebuilder",
"rev": "d2691b2496c2b1a00e6f192a74b213ebbd3ac35d", "rev": "a288a4b0d2ae43c87dbe44e39214d5c48c3fc0f0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -70,10 +70,10 @@ in rec {
target = "ar71xx"; target = "ar71xx";
variant = "tiny"; variant = "tiny";
profile = model; profile = model;
sha256 = "109a2557gwmgib7r500qn9ygd8j4r4cv5jl5rpn9vczsm4ilkc1z"; sha256 = "sha256-P7BJI6n6s53szYXKshnJRKL2fLIYgJLPiq/yd0oRKoE=";
feedsSha256 = { feedsSha256 = {
base.sha256 = "0xklqsk6d5d6bai0ry2hzfjr4sycf6241ihv8v1lmmf9r7d47cr1"; base.sha256 = "sha256-2wIrDBT+CCVuXgHGXb2jB3iR0v1TwCiuYCXCOXr9tcw=";
packages.sha256 = "05g048saibh304ndnlczyq92b1c67c3cqvbhdamw1xqbsp6jzifp"; packages.sha256 = "sha256-3u/SPz4rDWGUvuB3J3KYRAgbfumRzK93wRxj3gmkTZc=";
}; };
} }
else null; else null;