Merge pull request #245201 from oluceps/dae-up

dae: 0.2.1 -> 0.2.2
This commit is contained in:
figsoda 2023-07-24 16:16:27 -04:00 committed by GitHub
commit d902afc8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,17 +9,17 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+x9yqqlSj7mKT7A9yUaJJzRH8FR9pev3S2BzpXvnPu0=";
sha256 = "sha256-PAdhIhX2hXCgg3NAZR0k8d1I/qQ8Cs8bNT6s6tZ5t4E=";
fetchSubmodules = true;
};
vendorHash = "sha256-8Pqt2rVtekgARcP0m9pwPO/ftffVkdwvQAcjrd1EI8g=";
vendorHash = "sha256-DCEvE2ES7GwiXKyD7tRlykqiIaKdmo7TczutPeGurKw=";
proxyVendor = true;