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.28.2"; version = "0.28.3"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-4sYHI3yh5KvLxdpWkCMya7v5aXG+FvvK7hmpOkX1R28="; hash = "sha256-3uHR6W2Vbqen9e6OXEFFl91/LzXCix4alnprFB36yes="; }; nativeBuildInputs = [ git pkg-config ]; Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv ]; cargoSha256 = "sha256-7RLeLZS28eIGObisRRI3skSkplWZGnyikvD3qfFDpU8="; cargoHash = "sha256-3+Jb/POABFIBkKpaTD9JDc1vrDzsJe9mGRBQR3UnDAg="; 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.28.2"; version = "0.28.3"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-4sYHI3yh5KvLxdpWkCMya7v5aXG+FvvK7hmpOkX1R28="; hash = "sha256-3uHR6W2Vbqen9e6OXEFFl91/LzXCix4alnprFB36yes="; }; nativeBuildInputs = [ git pkg-config ]; Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv ]; cargoSha256 = "sha256-7RLeLZS28eIGObisRRI3skSkplWZGnyikvD3qfFDpU8="; cargoHash = "sha256-3+Jb/POABFIBkKpaTD9JDc1vrDzsJe9mGRBQR3UnDAg="; meta = with lib; { description = "A statically typed language for the Erlang VM"; Loading