sct: fix hash

This commit is contained in:
Robin Gloster 2016-02-12 17:56:38 +00:00
parent 41698c9efa
commit 92e7adef40

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
buildInputs = [libX11 libXrandr];
src = fetchurl {
url = http://www.tedunangst.com/flak/files/sct.c;
sha256 = "1bivy0sl5v1jsq4jbq6p9hplz6cvw4nx9rc96p2kxsg506rqllc5";
sha256 = "01f3ndx3s6d2qh2xmbpmhd4962dyh8yp95l87xwrs4plqdz6knhd";
};
phases = ["patchPhase" "buildPhase" "installPhase"];
patchPhase = ''