Skip to content

Commit

Permalink
fnm: 1.37.1 -> 1.37.2 (#346993)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 9, 2024
2 parents 80c082e + ce6fb6d commit fb983bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/fnm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@

rustPlatform.buildRustPackage rec {
pname = "fnm";
version = "1.37.1";
version = "1.37.2";

src = fetchFromGitHub {
owner = "Schniz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x6w2g7U/FbJBycMAF4PUyaoIazp/w6imIpy+N7Cf0qk=";
sha256 = "sha256-RU9GJIn5yTZU6GsIZVQVMtIXnD9ZjmkLWk/V8ZnSXNY=";
};

nativeBuildInputs = [ installShellFiles ];

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ DiskArbitration Foundation Security ];

cargoHash = "sha256-b15m5DjTDNWJBHOaKSEMwkO/o+0mV+JMBDBurml7xOs=";
cargoHash = "sha256-2opSyfEuFTS3QZbrk0SOMeiRc+rQTWvm2vqSHyGeFns=";

doCheck = false;

Expand Down

0 comments on commit fb983bb

Please sign in to comment.