dae: 0.7.0 -> 0.7.1

Diff: https://github.com/daeuniverse/dae/compare/v0.7.0...v0.7.1
This commit is contained in:
oluceps 2024-08-21 15:38:02 +08:00
parent c374d94f15
commit 95b620c9ac
No known key found for this signature in database

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;