Skip to content

Commit

Permalink
charliecloud: 0.11 -> 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Nov 28, 2019
1 parent e7f7b47 commit bd834e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/charliecloud/default.nix
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {

version = "0.11";
version = "0.12";
pname = "charliecloud";

src = fetchFromGitHub {
owner = "hpc";
repo = "charliecloud";
rev = "v${version}";
sha256 = "10dzas5fyh2lpa0kf1xv8z9c4g4cf0zlmnpilyvpcyccyfjf6cp2";
sha256 = "177rcf1klcxsp6x9cw75cmz3y2izgd1hvi1rb9vc6iz9qx1nmk3v";
};

buildInputs = [ python ];
Expand Down

0 comments on commit bd834e5

Please sign in to comment.