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

Commits on Mar 10, 2019

  1. capitaine-cursors: 2.1 -> 3

    Adds white variant!
    dtzWill committed Mar 10, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    lsix lsix
    Copy the full SHA
    35e6208 View commit details

Commits on Mar 11, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    lsix lsix
    Copy the full SHA
    f4d2e8d View commit details
  2. Merge pull request #57197 from dtzWill/update/capitaine-cursors-3

    capitaine-cursors: 2.1 -> 3
    worldofpeace authored Mar 11, 2019
    Copy the full SHA
    f589fe5 View commit details
Showing with 5 additions and 4 deletions.
  1. +5 −4 pkgs/data/icons/capitaine-cursors/default.nix
9 changes: 5 additions & 4 deletions pkgs/data/icons/capitaine-cursors/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
, inkscape, xcursorgen }:

stdenv.mkDerivation rec {
name = "capitaine-cursors-${version}";
version = "2.1";
pname = "capitaine-cursors";
version = "3";

src = fetchFromGitHub {
owner = "keeferrourke";
repo = "capitaine-cursors";
repo = pname;
rev = "r${version}";
sha256 = "0ljvq1dqscp5gyf23qszn2ax80bxkqw2vx5zh3qln9vnzfascirb";
sha256 = "0pnfbmrn9nv8pryv6cbjcq5hl9366hzvz1kd8vsdkgb2nlfv5gdv";
};

postPatch = ''
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
installPhase = ''
install -dm 0755 $out/share/icons
cp -pr dist $out/share/icons/capitaine-cursors
cp -pr dist-white $out/share/icons/capitaine-cursors-white
'';

meta = with stdenv.lib; {