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

Commits on Sep 18, 2019

  1. pantheon.elementary-greeter: 2019-09-10 -> 5.0

    This wasn't mean't to be at unstable.
    worldofpeace committed Sep 18, 2019
    Copy the full SHA
    e79d20c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
6 changes: 3 additions & 3 deletions pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
Original file line number Diff line number Diff line change
@@ -27,15 +27,15 @@

stdenv.mkDerivation rec {
pname = "elementary-greeter";
version = "unstable-2019-09-10";
version = "5.0";

repoName = "greeter";

src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = "cad7d28d2b40ed04f6ce49ab44408297b5c69468";
sha256 = "0m8iq04wdwgg6arm7dzwi7a0snxvss62zpnw2knpr6lp77vd7hqr";
rev = version;
sha256 = "01c8acarxwpakyq69xm4bjwppjf8v3ijmns8masd8raxligb2v8b";
};

passthru = {