tomlc17: 250712 -> 260323
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user