Skip to content

Commit

Permalink
Merge pull request #336286 from oluceps/update-dae
Browse files Browse the repository at this point in the history
dae: 0.7.0 -> 0.7.1
  • Loading branch information
donovanglover authored Aug 23, 2024
2 parents 31b85aa + 6c22d08 commit d3353b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nixos/tests/dae.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
services.dae = {
enable = true;
config = ''
global{}
global { disable_waiting_network: true }
routing{}
'';
};
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/networking/dae/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d3353b0

Please sign in to comment.