toml-f: 0.4.3 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-06-15 10:58:47 +00:00
parent 5ee58ee18e
commit e8bf294aba
+2 -2
View File
@@ -20,13 +20,13 @@ assert (
stdenv.mkDerivation (finalAttrs: {
pname = "toml-f";
version = "0.4.3";
version = "0.5.1";
src = fetchFromGitHub {
owner = "toml-f";
repo = "toml-f";
rev = "v${finalAttrs.version}";
hash = "sha256-QRghnzsLGuQ5MHoVVTDg6ACtwVIkIRexNx/zrrQ0Icc=";
hash = "sha256-lReez2rSAJVnLFngjUYgGkm+HUDH8VsCC2m9zYOOr4A=";
};
patches = [