toml-f: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2025-11-10 13:41:34 +00:00
parent ffd468f28a
commit 6f9fd01bc1
+2 -2
View File
@@ -20,13 +20,13 @@ assert (
stdenv.mkDerivation rec {
pname = "toml-f";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "toml-f";
repo = "toml-f";
rev = "v${version}";
hash = "sha256-+cac4rUNpd2w3yBdH1XoCKdJ9IgOHZioZg8AhzGY0FE=";
hash = "sha256-QRghnzsLGuQ5MHoVVTDg6ACtwVIkIRexNx/zrrQ0Icc=";
};
patches = [