Author: amiddelk
Date: Fri Jan 13 08:26:45 2012
New Revision: 31506
URL: https://nixos.org/websvn/nix/?rev=31506&sc=1
Log:
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.
Modified:
nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-multitouch/default.nix
Modified: nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-multitouch/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-multitouch/default.nix
Thu Jan 12 19:23:47 2012 (r31505)
+++ nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-multitouch/default.nix
Fri Jan 13 08:26:45 2012 (r31506)
@@ -16,7 +16,7 @@
src = fetchgit {
url = http://bitmath.org/git/multitouch.git;
rev = "4d87c041f6a232aa30528d70d4b9946d1824b4ed";
- sha256 =
"de705e34bc75654139dfcbedfe43a3d182d140b198fcd57ab190d549471305ca";
+ sha256 =
"79397c8f99deb2a415e8c9008a2847d973ad19ea004e732613baed707df46fc9";
};
# Configuration from http://bitmath.org/code/multitouch/
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits