Skip to content

Commit

Permalink
conmon: 2.1.10 -> 2.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Apr 30, 2024
1 parent c3d8134 commit d7e28c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/conmon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@

stdenv.mkDerivation rec {
pname = "conmon";
version = "2.1.10";
version = "2.1.11";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-WUXyx5OWIJDamzHUahN+0/rcn2pxQgCgYAE/d0mxk2A=";
hash = "sha256-QQgpvvk7S6ARzBct/4AQP66End30EXcUPqv8a4Udoas=";
};

nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib libseccomp systemd ]
++ lib.optionals (!stdenv.hostPlatform.isMusl) [ glibc glibc.static ];

# manpage requires building the vendored go-md2man
makeFlags = [ "bin/conmon" ];
makeFlags = [ "bin/conmon" "VERSION=${version}" ];

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit d7e28c9

Please sign in to comment.