summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/flymake-cursor
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-08 11:52:11 +0200
committerPeter Simons <simons@cryp.to>2014-04-08 12:48:22 +0200
commit79f19f687cf5b1406325fa34ad0d8fa0e4b3803e (patch)
treec301b119d6dcb77a75219b4dddd37720b82747c1 /pkgs/applications/editors/emacs-modes/flymake-cursor
parent1b1225fb0b0a1672d7ae72b4b09cbfd98fa7459b (diff)
downloadnixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.tar
nixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.tar.gz
nixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.tar.bz2
nixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.tar.lz
nixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.tar.xz
nixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.tar.zst
nixlib-79f19f687cf5b1406325fa34ad0d8fa0e4b3803e.zip
flymake-cursor: the sha256 hash of the file has changed
No change was documented on the emacs wiki. Not sure what happened. :-(
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/flymake-cursor')
-rw-r--r--pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix b/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix
index b47ea0fd866f..eae338d241de 100644
--- a/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix
+++ b/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix
@@ -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"];