luaPackages.dkjson: fixup hashes

This partially reverts 063fa3f37d.
I don't know why this happened; /cc PR #294057
This commit is contained in:
Vladimír Čunát 2024-04-25 20:41:56 +02:00
parent d1e662ec8c
commit b9a7c64a9e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -440,11 +440,11 @@ buildLuarocksPackage {
version = "2.7-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/dkjson-2.7-1.rockspec";
sha256 = "0kgrgyn848hadsfhf2wccamgdpjs1cz7424fjp9vfqzjbwa06lxd";
sha256 = "sha256-rVMDFF/yY7fTlY4Icj4LWt72qmKMCwedbgoigqx/+U0=";
}).outPath;
src = fetchurl {
url = "http://dkolf.de/dkjson-lua/dkjson-2.7.tar.gz";
sha256 = "1jc8mhhahvxk968865p3qxqxcjr0k8kzbl8zc12rk4zmc3id4y4z";
sha256 = "sha256-TFGmIQLy9r23Z3fx23NgUJtKARaANYi06CVfQ1ryOVw=";
};
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");