dae: 0.1.9patch1 -> 0.1.10

This commit is contained in:
oluceps 2023-06-04 15:15:52 +08:00
parent e534047e2d
commit 87012bced8
No known key found for this signature in database

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.1.9patch1";
version = "0.1.10";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wCcwHXKjSve4SjgRm8DaLrPOumFAiS2Nw1mbOZwEUnk=";
sha256 = "sha256-EWd7pKAXhsO7Nz3iRdY5eE7U8bkiZD/9SjouGLAdwF8=";
fetchSubmodules = true;
};