pythonPackages.x11_hash: init at 1.4
This commit is contained in:
parent
c8cf9455b7
commit
c0fcb321e2
|
@ -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 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue