Unverified Commit 7d0b5046 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

adguardhome: 0.107.71 -> 0.107.73 (#498634)

parents 6ab085fe 9e1cc056
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,15 +9,15 @@

buildGoModule (finalAttrs: {
  pname = "adguardhome";
  version = "0.107.71";
  version = "0.107.73";
  src = fetchFromGitHub {
    owner = "AdguardTeam";
    repo = "AdGuardHome";
    tag = "v${finalAttrs.version}";
    hash = "sha256-uyDmS/C1nd0DEHy91tMw/2W5Rih/0j59yxGCwTjFjPc=";
    hash = "sha256-WsZDwbcF0epmsz/lP2QMcf8CnvCCoc+Z2LQaecB01WU=";
  };

  vendorHash = "sha256-KSDvI7SljFUZSUFytT1U76HzQydv3rNsOmDMKCXDl6M=";
  vendorHash = "sha256-od20SYVMiLmfOpstuKdc99bA3HWcAaXwcLS0tiGlWog=";

  dashboard = buildNpmPackage {
    inherit (finalAttrs) src version;
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
    postPatch = ''
      cd client
    '';
    npmDepsHash = "sha256-AYm4ZgTsPJ6aNL7fo9DJqC0yq9i1mJghO7zWWC1X9eA=";
    npmDepsHash = "sha256-HPWe8ZZKtToUk5CCLeEwwBBK8hEYMjgGQz3hIfFkZz4=";
    npmBuildScript = "build-prod";
    postBuild = ''
      mkdir -p $out/build/
@@ -45,7 +45,7 @@ buildGoModule (finalAttrs: {

  passthru = {
    updateScript = ./update.sh;
    schema_version = 32;
    schema_version = 33;
    tests.adguardhome = nixosTests.adguardhome;
    tests.version = testers.testVersion {
      package = finalAttrs.finalPackage;
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env nix-shell
#!nix-shell --pure -I nixpkgs=. -i bash -p bash cacert common-updater-scripts curl gnugrep jq nix nix-prefetch nix-update
#!nix-shell --pure -I nixpkgs=. -i bash -p bash cacert common-updater-scripts curl git gnugrep jq nix nix-prefetch nix-update

# This file is based on /pkgs/servers/gotify/update.sh