Unverified Commit d3353b07 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #336286 from oluceps/update-dae

dae: 0.7.0 -> 0.7.1
parents 31b85aae 6c22d084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
    services.dae = {
      enable = true;
      config = ''
        global{}
        global { disable_waiting_network: true }
        routing{}
      '';
    };
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@
}:
buildGoModule rec {
  pname = "dae";
  version = "0.7.0";
  version = "0.7.1";

  src = fetchFromGitHub {
    owner = "daeuniverse";
    repo = "dae";
    rev = "v${version}";
    hash = "sha256-9iwrwQGpryGyEUVB2reodIxuEQHkXPA4P5IYKj18elI=";
    hash = "sha256-A82JwjZTzYvRc0PY2FekRUwLszdCEHv6wcLYHvqwiWU=";
    fetchSubmodules = true;
  };

  vendorHash = "sha256-AtYLxR7Fw3+IOSeuPXlq4vMsnS+7MMaFANZDg0yvCl8=";
  vendorHash = "sha256-PCGv1DcOOP2LE5wGmnuB2t3aJP8nqJ/ChafVxeJnRIg=";

  proxyVendor = true;