mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
adguardhome: 0.107.61 -> 0.107.62
This commit is contained in:
parent
2df7d531fc
commit
a98a48a016
2 changed files with 4 additions and 4 deletions
|
@ -8,15 +8,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "adguardhome";
|
pname = "adguardhome";
|
||||||
version = "0.107.61";
|
version = "0.107.62";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AdguardTeam";
|
owner = "AdguardTeam";
|
||||||
repo = "AdGuardHome";
|
repo = "AdGuardHome";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-nKN1yr0HxUrjFD/9e87pxNqbQkNFlreJI2OHEQkbW2Q=";
|
hash = "sha256-CqXf19DyDFgSnd/dziUq9Gl1d1V20OWE5MTQMi260Zc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-odUfgLTSBLnzN1wsl7TOftGn7OmdbACO/83ukZ8PUaQ=";
|
vendorHash = "sha256-lY24TtW4vpMRUzOZmeX3Ip9ikUc4z1HG49DpeECExdk=";
|
||||||
|
|
||||||
dashboard = buildNpmPackage {
|
dashboard = buildNpmPackage {
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#! /usr/bin/env nix-shell
|
#! /usr/bin/env nix-shell
|
||||||
#! nix-shell -i bash -p curl gnugrep nix-prefetch jq
|
#! nix-shell -i bash -p curl gnugrep jq nix-prefetch nix-update
|
||||||
|
|
||||||
# This file is based on /pkgs/servers/gotify/update.sh
|
# This file is based on /pkgs/servers/gotify/update.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue