Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a5066d0a268
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78d5a108a297
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 29, 2020

  1. gleam: 0.7.1 -> 0.8.0-rc1

    Br1ght0ne committed Apr 29, 2020
    Copy the full SHA
    c854985 View commit details

Commits on May 8, 2020

  1. gleam: 0.8.0-rc1 -> 0.8.0

    Br1ght0ne committed May 8, 2020
    Copy the full SHA
    7edd5a8 View commit details

Commits on May 12, 2020

  1. Merge pull request #86304 from filalex77/gleam-0.8.0

    gleam: 0.7.1 -> 0.8.0
    marsam authored May 12, 2020
    Copy the full SHA
    78d5a10 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/compilers/gleam/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gleam/default.nix
Original file line number Diff line number Diff line change
@@ -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";