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

Commits on Oct 1, 2019

  1. Copy the full SHA
    dd8ca1c View commit details

Commits on Oct 6, 2019

  1. Merge pull request #70169 from romildo/upd.enlightenment

    enlightenment.enlightenment: 0.23.0 -> 0.23.1
    romildo authored Oct 6, 2019
    Copy the full SHA
    412da0b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/enlightenment/enlightenment.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/enlightenment/enlightenment.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
pname = "enlightenment";
version = "0.23.0";
version = "0.23.1";

src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
sha256 = "1y7x594gvyvl5zbb1rnf3clj2pm6j97n8wl5mp9x6xjmhx0d1idq";
sha256 = "0d1cyl07w9pvi2pf029kablazks2q9aislzl46b6fq5m1465jc75";
};

nativeBuildInputs = [