development: added go and gnumake

This commit is contained in:
2026-05-22 20:02:55 +02:00
parent a8725be39c
commit 1ec7b49282
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
gdb
raylib
glfw # raylib and some dependecies
gnumake
go
direnv
cling # c interpreter used for coding
# lsp
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "deja";
version = "0.2.5";
version = "0.2.6";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Giammarco-Ferranti";
repo = "deja";
tag = "v${finalAttrs.version}";
hash = "sha256-0eRXPtm+L1C4/fc/WLn9p2LV8uhJ4w+40hhA69+CEdw=";
hash = "sha256-xxbClKhhSwo+jUjAZ2gS4yOS5sSI76dfPpDzA3qdV18=";
};
vendorHash = "sha256-KmLdMK94cGOXMPJwWS6NgLB5OiNmJbszHdnLzauqJm8=";