Merge pull request #336286 from oluceps/update-dae

dae: 0.7.0 -> 0.7.1
This commit is contained in:
Donovan Glover 2024-08-23 19:35:53 +00:00 committed by GitHub
commit d3353b074b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
services.dae = {
enable = true;
config = ''
global{}
global { disable_waiting_network: true }
routing{}
'';
};

View File

@ -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;