flymake-cursor: the sha256 hash of the file has changed

No change was documented on the emacs wiki. Not sure what happened. :-(
This commit is contained in:
Peter Simons 2014-04-08 11:52:11 +02:00
parent 1b1225fb0b
commit 79f19f687c

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.emacswiki.org/emacs/download/flymake-cursor.el";
sha256 = "1qqppd1786w8pl1avjb01n23lwihb7m0hr23abjklsxz03gmp4qz";
sha256 = "10cpzrd588ya52blghxss5zkn6x8hc7bx1h0qbcdlybbmkjgpkxr";
};
phases = [ "buildPhase" "installPhase"];