Skip to content

Commit

Permalink
Merge pull request #86304 from filalex77/gleam-0.8.0
Browse files Browse the repository at this point in the history
gleam: 0.7.1 -> 0.8.0
  • Loading branch information
marsam committed May 12, 2020
2 parents 3a5066d + 7edd5a8 commit 78d5a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gleam/default.nix
Expand Up @@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
pname = "gleam";
version = "0.7.1";
version = "0.8.0";

src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "v${version}";
sha256 = "1bcxq7bgn0kf1vdw6id8s3izz6mwf3ivr8iph4miig302qm9lmmr";
sha256 = "05n8a7b63i9946fvbxphfh8n6ib20qnbv44ghlzcjwca9qvlx7i7";
};

buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];

cargoSha256 = "17bvms65frxhw0d196qswh3jjqlriidq3xi3mfjjgfh6n17rh608";
cargoSha256 = "1ga5dinkmibkg53bfr6vc0i4bbgyn2y3d5qjf5bd965c1v7ba1jl";

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

0 comments on commit 78d5a10

Please sign in to comment.