tomlc17: 250712 -> 260323

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-04-05 09:48:18 +02:00
parent 22f2d93996
commit 03f747e29f
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tomlc17";
version = "250712";
version = "260323";
src = fetchFromGitHub {
owner = "cktan";
repo = "tomlc17";
tag = "R${finalAttrs.version}";
hash = "sha256-0if07Zj7Og+DBc/gxmAEHQh7QwAo8C/4S+x9IttEUjI=";
hash = "sha256-pwUJkZRiVqTZqbjTcB/Uw5xY8vuvprWuiQVC/kzFsNM=";
};
doCheck = false; # tries to download toml-test suite