nelua: 0-unstable-2024-10-18 -> 0-unstable-2024-12-05

This commit is contained in:
R. Ryantm
2024-12-07 09:13:28 +00:00
parent be4a655cf2
commit 0b0613a2eb
+3 -3
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nelua";
version = "0-unstable-2024-10-18";
version = "0-unstable-2024-12-05";
src = fetchFromGitHub {
owner = "edubart";
repo = "nelua-lang";
rev = "038c45f19842d7b18c32b6b4f7e631e15d77d453";
hash = "sha256-Qnr+A4nYPnBLUxNGRbUwEwuw2POV0AKXtpKKYcLtF1M=";
rev = "841e6e9cf2cd64cabff87f1387d681df1818e4a6";
hash = "sha256-kXP/yV1gJByKp2C6lEHzXYzngkFghPGYTVJd54YuaGU=";
};
postPatch = ''