lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

luajit_2_0: 2.0.1713483859 -> 2.0.1741557863

authored by

Austin Horstman and committed by
Vladimír Čunát
fec5bb14 a69699ef

+3 -3
+3 -3
pkgs/development/interpreters/luajit/2.0.nix
··· 9 9 callPackage ./default.nix { 10 10 # The patch version is the timestamp of the git commit, 11 11 # obtain via `cat $(nix-build -A luajit_2_0.src)/.relver` 12 - version = "2.0.1713483859"; 12 + version = "2.0.1741557863"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "LuaJIT"; 16 16 repo = "LuaJIT"; 17 - rev = "9b5e837ac2dfdc0638830c048a47ca9378c504d3"; 18 - hash = "sha256-GflF/sELSNanc9G4WMzoOadUBOFSs6OwqhAXa4sudWA="; 17 + rev = "85c3f2fb6f59276ebf07312859a69d6d5a897f62"; 18 + hash = "sha256-5UIZ650M/0W08iX1ajaHvDbNgjbzZJ1akVwNbiDUeyY="; 19 19 }; 20 20 21 21 extraMeta = {