gleam: 0.16.1 -> 0.17.0

authored by R. RyanTM and committed by Raphael Megzari 281dd183 7196b9b6

+3 -3
+3 -3
pkgs/development/compilers/gleam/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "gleam"; 5 - version = "0.16.1"; 6 7 src = fetchFromGitHub { 8 owner = "gleam-lang"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-JivBYBhXTti285pO4HNhalj0WeR/Hly3IjxpA+qauWY="; 12 }; 13 14 nativeBuildInputs = [ pkg-config ]; ··· 16 buildInputs = [ openssl ] ++ 17 lib.optionals stdenv.isDarwin [ Security libiconv ]; 18 19 - cargoSha256 = "sha256-SemHpvZ0lMqyMcgHPnmqI4C1krAJMM0hKCNNVMrulfI="; 20 21 meta = with lib; { 22 description = "A statically typed language for the Erlang VM";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "gleam"; 5 + version = "0.17.0"; 6 7 src = fetchFromGitHub { 8 owner = "gleam-lang"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-HFcJUOfWMgMm+Sc3nAXW6FwXkiY34826QxMZ8rWPmnk="; 12 }; 13 14 nativeBuildInputs = [ pkg-config ]; ··· 16 buildInputs = [ openssl ] ++ 17 lib.optionals stdenv.isDarwin [ Security libiconv ]; 18 19 + cargoSha256 = "sha256-zjb+ERikMwC+ulfx6EW+FXLweZACwKNw4HEIc9dH3+4="; 20 21 meta = with lib; { 22 description = "A statically typed language for the Erlang VM";