lol

xsettingsd: 0.0.1 -> git-2015-06-14

+4 -3
+4 -3
pkgs/tools/X11/xsettingsd/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "xsettingsd-${version}"; 5 - version = "0.0.1"; 5 + version = "git-2015-06-14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "derat"; 9 9 repo = "xsettingsd"; 10 - rev = "2a516a91d8352b3b93a7a1ef5606dbd21fa06b7c"; 11 - sha256 = "0f9lc5w18x6xs9kf72jpixprp3xb7wqag23cy8zrm33n2bza9dj0"; 10 + rev = "b4999f5e9e99224caf97d09f25ee731774ecd7be"; 11 + sha256 = "18cp6a66ji483lrvf0vq855idwmcxd0s67ijpydgjlsr70c65j7s"; 12 12 }; 13 13 14 14 patches = [ ··· 32 32 meta = with stdenv.lib; { 33 33 description = "Provides settings to X11 applications via the XSETTINGS specification"; 34 34 homepage = https://github.com/derat/xsettingsd; 35 + license = licenses.bsd2; 35 36 platforms = platforms.linux; 36 37 }; 37 38 }