Skip to content

Commit

Permalink
luaPackages.dkjson: revert hash change
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored and GaetanLepage committed Oct 1, 2024
1 parent 06f6b50 commit 2a6764d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,11 @@ buildLuarocksPackage {
version = "2.8-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/dkjson-2.8-1.rockspec";
sha256 = "060410qpbsvmw2kwbkwh5ivcpnqqcbmcj4dxhf8hvjgvwljsrdka";
hash = "sha256-arasJeX7yQ2Rg70RyepiGNvLdiyQz8Wn4HXrdTEIBBg=";
}).outPath;
src = fetchurl {
url = "http://dkolf.de/dkjson-lua/dkjson-2.8.tar.gz";
sha256 = "0js9z5ja3ws1i9gj2m673459rwm0gadxbf86mcif7d8286h61yh9";
hash = "sha256-JOjNO+uRwchh63uz+8m9QYu/+a1KpdBHGBYlgjajFTI=";
};

disabled = luaOlder "5.1" || luaAtLeast "5.5";
Expand Down

0 comments on commit 2a6764d

Please sign in to comment.