dae: 0.1.10 -> 0.1.10.p1

This commit is contained in:
oluceps 2023-06-06 18:07:52 +08:00
parent 765c7aef37
commit e092318a9f
No known key found for this signature in database

View file

@ -5,17 +5,17 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "dae"; pname = "dae";
version = "0.1.10"; version = "0.1.10.p1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "daeuniverse"; owner = "daeuniverse";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-EWd7pKAXhsO7Nz3iRdY5eE7U8bkiZD/9SjouGLAdwF8="; sha256 = "sha256-pURL2K05cp7/CUkC/rAJAhrQQWfalid53LDDGuQShQ4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
vendorHash = "sha256-4LfnU3UCNhMBloSCUUXrseiUT6esqWFngrGIFjpAjUc="; vendorHash = "sha256-i0z0O0qpirlCsxZNMX2ICLPZ/k6ykyKC21+cg+butEA=";
proxyVendor = true; proxyVendor = true;