mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
development: added go and gnumake
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
gdb
|
gdb
|
||||||
raylib
|
raylib
|
||||||
glfw # raylib and some dependecies
|
glfw # raylib and some dependecies
|
||||||
|
gnumake
|
||||||
|
go
|
||||||
direnv
|
direnv
|
||||||
cling # c interpreter used for coding
|
cling # c interpreter used for coding
|
||||||
# lsp
|
# lsp
|
||||||
|
|||||||
@@ -7,13 +7,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "deja";
|
pname = "deja";
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Giammarco-Ferranti";
|
owner = "Giammarco-Ferranti";
|
||||||
repo = "deja";
|
repo = "deja";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-0eRXPtm+L1C4/fc/WLn9p2LV8uhJ4w+40hhA69+CEdw=";
|
hash = "sha256-xxbClKhhSwo+jUjAZ2gS4yOS5sSI76dfPpDzA3qdV18=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-KmLdMK94cGOXMPJwWS6NgLB5OiNmJbszHdnLzauqJm8=";
|
vendorHash = "sha256-KmLdMK94cGOXMPJwWS6NgLB5OiNmJbszHdnLzauqJm8=";
|
||||||
|
|||||||
Reference in New Issue
Block a user