Skip to content

Commit

Permalink
conmon: 2.0.19 -> 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jul 29, 2020
1 parent f50f947 commit 8649a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/conmon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.19";
version = "2.0.20";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "005sz8aimbfm12d99q79yvsqczxbvbbgc725pavcbly3k1qva207";
sha256 = "1f09wx5k98fa55r73y5v0sgf2lha675xhk40piyf0b7zqknl6lya";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 8649a86

Please sign in to comment.