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

Commits on Mar 16, 2018

  1. trayer: 1.1.7 -> 1.1.8

    sargon committed Mar 16, 2018
    Copy the full SHA
    3f2f5e5 View commit details

Commits on Mar 17, 2018

  1. Merge pull request #37178 from sargon/trayer-1.1.8

    trayer: 1.1.7 -> 1.1.8
    gebner authored Mar 17, 2018
    Copy the full SHA
    d985f29 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/window-managers/trayer/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/trayer/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, gdk_pixbuf, gtk2 }:

stdenv.mkDerivation rec {
name = "trayer-1.1.7";
name = "trayer-1.1.8";

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gdk_pixbuf gtk2 ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "sargon";
repo = "trayer-srg";
rev = name;
sha256 = "06lpgralggh5546qgvpilzxh4anshli2za41x68x2zbaizyqb09a";
sha256 = "1mvhwaqa9bng9wh3jg3b7y8gl7nprbydmhg963xg0r076jyzv0cg";
};

preConfigure = ''