pythonPackages.x11_hash: init at 1.4

This commit is contained in:
Nicolas Pouillard 2016-01-21 23:32:57 +01:00
parent c8cf9455b7
commit c0fcb321e2
No known key found for this signature in database
GPG key ID: 10C40A56EADFABBA

View file

@ -25087,4 +25087,21 @@ in modules // {
};
};
x11_hash = buildPythonPackage rec{
version = "1.4";
name = "x11_hash-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/x/x11_hash/${name}.tar.gz";
sha256 = "172skm9xbbrivy1p4xabxihx9lsnzi53hvzryfw64m799k2fmp22";
};
meta = {
description = "Binding for X11 proof of work hashing";
homepage = https://github.com/mazaclub/x11_hash;
license = licenses.mit;
maintainer = with maintainers; [ np ];
};
};
}