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

Commits on Sep 29, 2017

  1. efl: 1.20.3 -> 1.20.4

    romildo committed Sep 29, 2017
    Copy the full SHA
    3e91da5 View commit details
  2. Merge pull request #29915 from romildo/upd.efl

    efl: 1.20.3 -> 1.20.4
    orivej authored Sep 29, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    405b59a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/enlightenment/efl.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/enlightenment/efl.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
name = "efl-${version}";
version = "1.20.3";
version = "1.20.4";

src = fetchurl {
url = "http://download.enlightenment.org/rel/libs/efl/${name}.tar.xz";
sha256 = "148i8awjdrqzd0xqfc6q4qvhhs46jl15nx7n2nii7lrwzx502wqj";
sha256 = "1jxha61gsil6hs9zb72zsyh3gmdipvfnlc9v3palb2bm0b23aq9i";
};

nativeBuildInputs = [ pkgconfig ];