pi-hole-latest: ∅ → 2023.05.2

This commit is contained in:
Payas Relekar 2023-06-01 15:51:04 +05:30
parent 4fe0b2e9e5
commit 865fa462f0
2 changed files with 36 additions and 0 deletions

22
_sources/generated.json Normal file
View file

@ -0,0 +1,22 @@
{
"pi-hole-latest": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "pi-hole-latest",
"passthru": null,
"pinned": false,
"src": {
"arch": null,
"finalImageName": null,
"finalImageTag": null,
"imageDigest": "sha256:8bc45afe1625487aef62859a5bf02f3d7b3429e480f4e29e4689635ab86ec312",
"imageName": "pihole/pihole",
"imageTag": "2023.05.2",
"os": null,
"sha256": "1k6jpj46mxk5s147bpycn6k7njph0k6jq8mg048i0zhx08xga8cf",
"tlsVerify": null
},
"version": "2023.05.2"
}
}

14
_sources/generated.nix Normal file
View file

@ -0,0 +1,14 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
pi-hole-latest = {
pname = "pi-hole-latest";
version = "2023.05.2";
src = dockerTools.pullImage {
imageName = "pihole/pihole";
imageDigest = "sha256:8bc45afe1625487aef62859a5bf02f3d7b3429e480f4e29e4689635ab86ec312";
sha256 = "1k6jpj46mxk5s147bpycn6k7njph0k6jq8mg048i0zhx08xga8cf";
finalImageTag = "2023.05.2";
};
};
}