lol

Merge pull request #138229 from r-ryantm/auto-update/fnm

fnm: 1.26.0 -> 1.27.0

authored by

Bobby Rong and committed by
GitHub
26811dbe cad5e8c3

+3 -3
+3 -3
pkgs/development/tools/fnm/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "fnm"; 5 - version = "1.26.0"; 5 + version = "1.27.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Schniz"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-wKtgMUt7QquT6mS3AI+XrZqbJOZxj6jlJi+7uC9w7xU="; 11 + sha256 = "sha256-4qnisgWhdAWZda8iy9nkph7//bVKJuUeEDS1GaAx+FQ="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ installShellFiles ]; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17 17 18 - cargoSha256 = "sha256-TMhhCVVFTanKdbDp7L3ZaiNohWo5a/jFbQjdRiBlCkk="; 18 + cargoSha256 = "sha256-f3wzuXH2ByXHHOq3zLaMtYm2HJ4BzmZe2e6DQ3V7qVo="; 19 19 20 20 doCheck = false; 21 21