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

Commits on Feb 27, 2020

  1. Copy the full SHA
    35feac3 View commit details

Commits on Feb 28, 2020

  1. Merge pull request #81193 from GRBurst/xcwd

    xcwd: 2016-09-30 -> 2019-05-09
    marsam authored Feb 28, 2020
    Copy the full SHA
    84b4120 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/X11/xcwd/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/X11/xcwd/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, libX11 }:

stdenv.mkDerivation {
version = "2016-09-30";
version = "2019-05-09";
pname = "xcwd";

src = fetchFromGitHub {
owner = "schischi";
repo = "xcwd";
rev = "3f0728b932904985b703b33bd5c936ea96cf15a0";
sha256 = "0lwfz6qg7fkiq86skp51vpav33yik22ps4dvr48asv3570skhlf9";
rev = "99738e1176acf3f39c2e709236c3fd87b806f2ed";
sha256 = "1wvhj5x8ysi1q73f9cw1f6znvp2zivd8pp6z1p3znw732h4zlv6v";
};

buildInputs = [ libX11 ];