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.30.1"; version = "0.30.2"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-x/Wb65UIVzuIBwbJmTNVpCzNBu/0bIDL5UD98Bo8n4Q="; hash = "sha256-XrXN+HZlCPzywFo10/vLHbz/zjglSZnNQKfYvLvx35I="; }; nativeBuildInputs = [ git pkg-config ]; Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv ]; cargoHash = "sha256-IKCrIATDALS4Bvl26dzVlHtj90U+XR3n7+Lu772sy1I="; cargoHash = "sha256-K7MrrnupH1BS8KEIgVdlnGF91J5ND5umgdeLVCg7DbQ="; 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.30.1"; version = "0.30.2"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-x/Wb65UIVzuIBwbJmTNVpCzNBu/0bIDL5UD98Bo8n4Q="; hash = "sha256-XrXN+HZlCPzywFo10/vLHbz/zjglSZnNQKfYvLvx35I="; }; nativeBuildInputs = [ git pkg-config ]; Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security libiconv ]; cargoHash = "sha256-IKCrIATDALS4Bvl26dzVlHtj90U+XR3n7+Lu772sy1I="; cargoHash = "sha256-K7MrrnupH1BS8KEIgVdlnGF91J5ND5umgdeLVCg7DbQ="; meta = with lib; { description = "A statically typed language for the Erlang VM"; Loading