fnm: 1.38.1 -> 1.39.0 (#497335)

This commit is contained in:
Gaétan Lepage
2026-05-20 23:06:35 +00:00
committed by GitHub
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "fnm";
version = "1.38.1";
version = "1.39.0";
src = fetchFromGitHub {
owner = "Schniz";
repo = "fnm";
rev = "v${finalAttrs.version}";
sha256 = "sha256-WW+jWaClDn78Fw/xj6WvnEUlBI99HA5hQFUpwsYKmbI=";
sha256 = "sha256-sCPrHy1+hdv6schBxOP1+Y1hpag4/hdKPhG/PZhqKQA=";
};
nativeBuildInputs = [ installShellFiles ];
cargoHash = "sha256-mxYTV3kNetIHB8XcvFdqp7t78E9EzMdMgD4ENIAYyec=";
cargoHash = "sha256-AVSphRupcncOmlIh4GXcPab2ePhS1jgaQLBKv2sRwuo=";
doCheck = false;