forked from mirrors/nixpkgs
Fixed the hash of the multitouch package.
Note: the specified rev is still the latest in the master branch, so it's actually odd that the computed hash is not correct. svn path=/nixpkgs/trunk/; revision=31506
This commit is contained in:
parent
4238637b40
commit
37fe977ad8
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
src = fetchgit {
|
||||
url = http://bitmath.org/git/multitouch.git;
|
||||
rev = "4d87c041f6a232aa30528d70d4b9946d1824b4ed";
|
||||
sha256 = "de705e34bc75654139dfcbedfe43a3d182d140b198fcd57ab190d549471305ca";
|
||||
sha256 = "79397c8f99deb2a415e8c9008a2847d973ad19ea004e732613baed707df46fc9";
|
||||
};
|
||||
|
||||
# Configuration from http://bitmath.org/code/multitouch/
|
||||
|
|
Loading…
Reference in a new issue