lol

Merge pull request #306657 from r-ryantm/auto-update/nelua

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

authored by

Mario Rodas and committed by
GitHub
2586912d 6421226a

+3 -3
+3 -3
pkgs/development/interpreters/nelua/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "nelua"; 5 - version = "unstable-2024-02-03"; 5 + version = "unstable-2024-04-20"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "edubart"; 9 9 repo = "nelua-lang"; 10 - rev = "05a2633a18dfdde7389394b9289da582c10e79bc"; 11 - hash = "sha256-oRW+pCB10T0A6fEPP3S+8iurQ2J5WMpQlCYScfIk07c="; 10 + rev = "9f75e009db190feda0f90ae858b48fd82f51b8b1"; 11 + hash = "sha256-JwuZZXYcH8KRPxt4PBwhYDjZlwqe6VfaONU8rdLIDs4="; 12 12 }; 13 13 14 14 postPatch = ''