inotify-tools: Fix hash

The hash wasn't updated when the version was bumped.

+1 -1
+1 -1
pkgs/development/tools/misc/inotify-tools/default.nix
··· 6 6 7 7 src = fetchurl { 8 8 url = "http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${version}.tar.gz"; 9 - sha256 = "0icl4bx041axd5dvhg89kilfkysjj86hjakc7bk8n49cxjn4cha6"; 9 + sha256 = "0by9frv1k59f76cx08sn06sk6lmdxsfb6zr0rshzhyrxi6lcqar2"; 10 10 }; 11 11 12 12 meta = with stdenv.lib; {