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

Commits on Sep 4, 2020

  1. gleam: 0.10.1 -> 0.11.2

    r-ryantm committed Sep 4, 2020
    Copy the full SHA
    aeab6ca View commit details

Commits on Sep 5, 2020

  1. Merge pull request #97158 from r-ryantm/auto-update/gleam

    gleam: 0.10.1 -> 0.11.2
    Br1ght0ne authored Sep 5, 2020
    Copy the full SHA
    6e9161e 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,21 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "gleam";
version = "0.10.1";
version = "0.11.2";

src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "v${version}";
sha256 = "0cgs0halxhp2hh3sf0nvy5ybllhraxircxxbfj9jbs3446dzflbk";
sha256 = "1g8yfp1xpkv1lqz8azam40cvrs5cggxlyrb72h8k88br75qmi6hj";
};

nativeBuildInputs = [ pkg-config ];

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

cargoSha256 = "12lpxighjk3ydfa288llj6xqas7z9fbfjpwnl870189awvp2fjxx";
cargoSha256 = "1gfr6c4i5kx8x3q23s4b4n25z2k6xkxpk12acr4ry97pyj2lr5wq";

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