dae: 0.1.7 -> 0.1.8

This commit is contained in:
oluceps
2023-05-14 22:08:42 +08:00
parent f52d66e7ed
commit f4b86504ea
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "dae";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "daeuniverse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J/LKVmWda88kaLY1w0elEoksrWswDvuhb6RTZvl6uH0=";
sha256 = "sha256-suCs02q6W9Znmb2mS4NOPTn6I8Xxt0fNbToF7HEbKzw=";
fetchSubmodules = true;
};