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: 622b23cfdaad
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 768215a1f41e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 14, 2019

  1. elixir_1_9: 1.9.1 -> 1.9.2

    cw789 authored and Jon committed Oct 14, 2019
    Copy the full SHA
    768215a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/interpreters/elixir/1.9.nix
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/elixir/1.9.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mkDerivation }:

mkDerivation {
version = "1.9.1";
sha256 = "106s2a3dykc5iwfrd5icqd737yfzaz1dw4x5v1j5z2fvf46h96dx";
version = "1.9.2";
sha256 = "19yn6nx6r627f5zbyc7ckgr96d6b45sgwx95n2gp2imqwqvpj8wc";
minimumOTPVersion = "20";
}