13 buildPythonPackage rec {
18 src = fetchFromGitHub {
19 owner = "chrissimpkins";
22 hash = "sha256-bAAytoidFHH2dSXqN9aqBd2H4p/rwTWXIZa1t5Djdz0=";
25 propagatedBuildInputs = [ commandlines ];
38 preCheck = "cd tests";
40 pythonImportsCheck = [ "hsh" ];
43 description = "Cross-platform command line application that generates file hash digests and performs file integrity checks via file hash digest comparisons";
44 homepage = "https://github.com/chrissimpkins/hsh";
45 downloadPage = "https://github.com/chrissimpkins/hsh/releases";
46 license = licenses.mit;
47 maintainers = [ maintainers.lucasew ];