tomlc17: 260323 -> 260414

This commit is contained in:
R. Ryantm
2026-04-21 13:26:48 +00:00
parent dd1fb03f1b
commit de120248fc
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tomlc17";
version = "260323";
version = "260414";
src = fetchFromGitHub {
owner = "cktan";
repo = "tomlc17";
tag = "R${finalAttrs.version}";
hash = "sha256-pwUJkZRiVqTZqbjTcB/Uw5xY8vuvprWuiQVC/kzFsNM=";
hash = "sha256-NtytkrRdIGMIYMSfnNkWHdeu78+ac7EL361OZoTK9BI=";
};
doCheck = false; # tries to download toml-test suite