nelua: unstable-2024-02-03 -> unstable-2024-04-20

This commit is contained in:
R. Ryantm 2024-04-25 00:31:54 +00:00
parent cfe10a28af
commit 7c219aea66
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nelua";
version = "unstable-2024-02-03";
version = "unstable-2024-04-20";
src = fetchFromGitHub {
owner = "edubart";
repo = "nelua-lang";
rev = "05a2633a18dfdde7389394b9289da582c10e79bc";
hash = "sha256-oRW+pCB10T0A6fEPP3S+8iurQ2J5WMpQlCYScfIk07c=";
rev = "9f75e009db190feda0f90ae858b48fd82f51b8b1";
hash = "sha256-JwuZZXYcH8KRPxt4PBwhYDjZlwqe6VfaONU8rdLIDs4=";
};
postPatch = ''