Merge pull request #226981 from r-ryantm/auto-update/dae

dae: 0.1.5 -> 0.1.7
This commit is contained in:
Nick Cao
2023-04-19 13:10:41 +08:00
committed by GitHub
+3 -3
View File
@@ -5,17 +5,17 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.1.5";
version = "0.1.7";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EoStRmyYOtvG5ejtvHWNe9IIeE77hqp1OXBhRdxCYHs=";
sha256 = "sha256-J/LKVmWda88kaLY1w0elEoksrWswDvuhb6RTZvl6uH0=";
fetchSubmodules = true;
};
vendorHash = "sha256-vxHufE3538l6zIcozFcrNhl+2sG1PtzkVxC0NyL3WMU=";
vendorHash = "sha256-euTgB660px8J/3D3n+jzyetzzs6uD6yrXGvIgqzQcR0=";
proxyVendor = true;