dae: 0.1.5 -> 0.1.7

This commit is contained in:
R. Ryantm 2023-04-19 03:42:23 +00:00
parent 8d9f42c3a2
commit c67aaac7b8

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;