Merge pull request #186270 from r-ryantm/auto-update/hpccm

hpccm: 22.5.0 -> 22.8.0
This commit is contained in:
Jonas Heinrich 2022-08-14 01:31:22 +02:00 committed by GitHub
commit c69f358fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "hpccm";
version = "22.5.0";
version = "22.8.0";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "hpc-container-maker";
rev = "v${version}";
sha256 = "sha256-zR5+X9BKaUvLPQ05FnfU817esgxVqP8n+wfdWy20BN4=";
sha256 = "sha256-nq1zixIu/Kv2CtkQX1Sw7Q3BsOZKcCJjV0+uroXPEBs=";
};
propagatedBuildInputs = [ six archspec ];