Merge pull request #276906 from oluceps/dae-update

dae: 0.3.0 -> 0.4.0
This commit is contained in:
Mario Rodas 2023-12-27 07:46:27 -05:00 committed by GitHub
commit 9eb140995d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "dae";
rev = "v${version}";
hash = "sha256-WiJqhXYehuUCLEuVbsQkmTntuH1srtePtZgYBSTbxiw=";
hash = "sha256-hvAuWCacaWxXwxx5ktj57hnWt8fcnwD6rUuRj1+ZtFA=";
fetchSubmodules = true;
};
vendorHash = "sha256-fb4PEMhV8+5zaRJyl+nYi2BHcOUDUVAwxce2xaRt5JA=";
vendorHash = "sha256-qK+x6ciAebwIWHRjRpNXCAqsfnmEx37evS4+7kwcFIs=";
proxyVendor = true;