Skip to content

Commit 8649a86

Browse files
committed
1 parent f50f947 commit 8649a86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/virtualization/conmon/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "conmon";
12-
version = "2.0.19";
12+
version = "2.0.20";
1313

1414
src = fetchFromGitHub {
1515
owner = "containers";
1616
repo = pname;
1717
rev = "v${version}";
18-
sha256 = "005sz8aimbfm12d99q79yvsqczxbvbbgc725pavcbly3k1qva207";
18+
sha256 = "1f09wx5k98fa55r73y5v0sgf2lha675xhk40piyf0b7zqknl6lya";
1919
};
2020

2121
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)