xcape: bump to latest revision

hiberno 429461c3 48381b76

+3 -3
+3 -3
pkgs/tools/X11/xcape/default.nix
··· 3 let 4 s = rec { 5 baseName = "xcape"; 6 - version = "git-2013-05-30"; 7 name = "${baseName}-${version}"; 8 }; 9 buildInputs = [ ··· 15 inherit buildInputs; 16 src = fetchgit { 17 url = https://github.com/alols/xcape; 18 - rev = "39aa08c5da354a8fe495eba8787a01957cfa5fcb"; 19 - sha256 = "1yh0vbaj4c5lflxm3d4xrfaric1lp0gfcyzq33bqphpsba439bmg"; 20 }; 21 preConfigure = '' 22 makeFlags="$makeFlags PREFIX=$out"
··· 3 let 4 s = rec { 5 baseName = "xcape"; 6 + version = "git-2015-03-01"; 7 name = "${baseName}-${version}"; 8 }; 9 buildInputs = [ ··· 15 inherit buildInputs; 16 src = fetchgit { 17 url = https://github.com/alols/xcape; 18 + rev = "f3802fc086ce9d961d644a5d29ad5b650db56215"; 19 + sha256 = "05mm4ap69ncwl4hhzf2dvbazqxjf27477cd3chpfc7qi7srqasvz"; 20 }; 21 preConfigure = '' 22 makeFlags="$makeFlags PREFIX=$out"