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: 9b298ad9459e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f9a0b48b5b0
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 27, 2019

  1. gleam: 0.5.0 -> 0.6.0

    Br1ght0ne committed Dec 27, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    dc0c4b9 View commit details
  2. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    cfb7d1b View commit details

Commits on Jan 2, 2020

  1. Merge pull request #76580 from filalex77/gleam-0.6.0

    gleam: 0.5.0 -> 0.6.0
    Ma27 authored Jan 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8f9a0b4 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/compilers/gleam/default.nix
8 changes: 4 additions & 4 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.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "lpil";
owner = "gleam-lang";
repo = pname;
rev = "v${version}";
sha256 = "17h573fm5b1f71ivyipl76p0vw7injm7j3cbg6plkfizcb1j5m7f";
sha256 = "1fvy2j6pw1rwm0rg7555q3qg2069cx2b9lk0nsyc3jxsqp9hbn6i";
};

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

cargoSha256 = "04v1gj5nmmcizyrsg6b87qsfzw2zqi57vf1zlnq8680yc54qdah9";
cargoSha256 = "0zfdsnrnxplvi4f92l7sqdp5yk5p738ra64m41izlcilkwj1j3vp";

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