Loading pkgs/development/compilers/gleam/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "gleam"; version = "0.24.0"; version = "0.25.0"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "v${version}"; sha256 = "sha256-MywgFoydV58oBJ2dGK1lWSu7o3SkuOhLpKhy7WDAJ3I="; sha256 = "sha256-LLl3T7VvDyyeq47vgZPkQhcPk2yZMRsCta8EqduNvuY="; }; nativeBuildInputs = [ pkg-config ]; Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv ]; cargoSha256 = "sha256-VcC7G0m/GYpxUZ+c+orFkCaqiNO3fUjymE29Z1pMqek="; cargoSha256 = "sha256-vMgU66LhhRrSA9Dx3eyVmUwrYKVtAfE12tQC8WzTimo="; meta = with lib; { description = "A statically typed language for the Erlang VM"; Loading Loading
pkgs/development/compilers/gleam/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "gleam"; version = "0.24.0"; version = "0.25.0"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "v${version}"; sha256 = "sha256-MywgFoydV58oBJ2dGK1lWSu7o3SkuOhLpKhy7WDAJ3I="; sha256 = "sha256-LLl3T7VvDyyeq47vgZPkQhcPk2yZMRsCta8EqduNvuY="; }; nativeBuildInputs = [ pkg-config ]; Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv ]; cargoSha256 = "sha256-VcC7G0m/GYpxUZ+c+orFkCaqiNO3fUjymE29Z1pMqek="; cargoSha256 = "sha256-vMgU66LhhRrSA9Dx3eyVmUwrYKVtAfE12tQC8WzTimo="; meta = with lib; { description = "A statically typed language for the Erlang VM"; Loading