Skip to content

Commit

Permalink
gleam: 0.19.0 -> 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Mar 9, 2022
1 parent fa32fb3 commit 1559891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gleam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "gleam";
version = "0.19.0";
version = "0.20.1";

src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pJ4RSijuwdKAL24WzcDIQen1RGofN1tUlbAA18zUvBE=";
sha256 = "sha256-AK+eb0eJyI7ALn7sg0wz4GzHthxrJWd1PVT5bL9LKWA=";
};

nativeBuildInputs = [ pkg-config ];

buildInputs = [ openssl ] ++
lib.optionals stdenv.isDarwin [ Security libiconv ];

cargoSha256 = "sha256-f/6LdvKRykpBX2GlRuyUcSD719f6XzhbMHzhrGNU0Cg=";
cargoSha256 = "sha256-kFTAPbP42sbhsvP069ua0ys1Dw7W+Gdsv2YaGrzorIk=";

meta = with lib; {
description = "A statically typed language for the Erlang VM";
Expand Down

0 comments on commit 1559891

Please sign in to comment.