charliecloud: 0.22 -> 0.23

This commit is contained in:
R. RyanTM 2021-04-22 07:23:39 +00:00
parent ca79e14afe
commit 29d94a7abe
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
version = "0.22";
version = "0.23";
pname = "charliecloud";
src = fetchFromGitHub {
owner = "hpc";
repo = "charliecloud";
rev = "v${version}";
sha256 = "sha256-+9u7WRKAJ9F70+I68xNRck5Q22XzgLKTCnjGbIcsyW8=";
sha256 = "sha256-JQNidKqJROFVm+O1exTDon1fwU91zONqgKJIpe9gspY=";
};
nativeBuildInputs = [ autoreconfHook makeWrapper ];