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

Commits on Jun 6, 2019

  1. Copy the full SHA
    086d769 View commit details
  2. Copy the full SHA
    cf96c40 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
  2. +2 −2 pkgs/desktops/pantheon/desktop/wingpanel/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
Original file line number Diff line number Diff line change
@@ -4,15 +4,15 @@

stdenv.mkDerivation rec {
pname = "terminal";
version = "5.3.4";
version = "5.3.5";

name = "elementary-${pname}-${version}";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "08vwgd385j7cbi7c8442sjygzw9qy2phsi5lva4jaxwm8l15hk86";
sha256 = "1gd5m24digmx3sgs21ggfiqiwhgym6s1dlg1sv9mdqh5wgsa6b8f";
};

passthru = {
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/desktop/wingpanel/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "wingpanel";
version = "2.2.4";
version = "2.2.5";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "17xl4l0znr91aj6kb9p0rswyii4gy8k16r9fvj7d96dd5szdp4mc";
sha256 = "15pl3km8jfmlgrrb2fcabdd0rkc849arz6sc3vz6azzpln7gxbq7";
};

passthru = {