From 1a4c1f182d393f14f2d9dcb1d11b2c1302fb1138 Mon Sep 17 00:00:00 2001 From: maix0 Date: Wed, 4 Dec 2024 22:08:27 +0100 Subject: [PATCH] update: updated version + flake.lock --- .gitignore | 1 + flake.lock | 81 +++++++++++++++++++++++++++++++++++++ pihole-image-info.amd64.nix | 6 +-- 3 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 flake.lock diff --git a/.gitignore b/.gitignore index b2be92b..d529b8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ result +.envrc diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..c8b4824 --- /dev/null +++ b/flake.lock @@ -0,0 +1,81 @@ +{ + "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "linger": { + "inputs": { + "flake-utils": [ + "flake-utils" + ] + }, + "locked": { + "lastModified": 1670283645, + "narHash": "sha256-SuC/SuQ8RUaM6RthNAkNTSnlpRXJxEmuym2OyPLLpWk=", + "owner": "mindsbackyard", + "repo": "linger-flake", + "rev": "9f8632c0621dc562dd42e9eacfdb6dae82aebf8b", + "type": "github" + }, + "original": { + "owner": "mindsbackyard", + "repo": "linger-flake", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1733097829, + "narHash": "sha256-9hbb1rqGelllb4kVUCZ307G2k3/UhmA8PPGBoyuWaSw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2c15aa59df0017ca140d9ba302412298ab4bf22a", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixpkgs-unstable", + "type": "indirect" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "linger": "linger", + "nixpkgs": "nixpkgs" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/pihole-image-info.amd64.nix b/pihole-image-info.amd64.nix index afc33db..4ce880a 100644 --- a/pihole-image-info.amd64.nix +++ b/pihole-image-info.amd64.nix @@ -1,7 +1,7 @@ { imageName = "pihole/pihole"; - imageDigest = "sha256:586457b5ed6e888ca6674e27d3f063588a8b61fa0b61b80fecd8be3939ad2160"; - sha256 = "1fn8dhwbq6078hm8z5s806sv9103h4ljgygmiq9jzaadmrzy8g8q"; + imageDigest = "sha256:0def896a596e8d45780b6359dbf82fc8c75ef05b97e095452e67a0a4ccc95377"; + sha256 = "16a3apailmkdv6kmkfs37y454qlnw77xflpaqxaznh359pnq3y3j"; finalImageName = "pihole/pihole"; - finalImageTag = "2022.11.2"; + finalImageTag = "2024.07.0"; }