Skip to content

Commit

Permalink
conmon: 2.0.24 -> 2.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 21, 2021
1 parent ae6fb64 commit 30ab92e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/virtualization/conmon/default.nix
@@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, pkg-config
, glib
Expand All @@ -9,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.24";
version = "2.0.25";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "1z6z1bz2rgj15xbqx10kvwn8s64nx5hmn1x52k4z4r20p4f95hkg";
sha256 = "sha256-u22irZ9AC1W2AVJ1OD1gLzTH4NOgRkZekZ78rNKXnps=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 30ab92e

Please sign in to comment.