1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

conmon: 2.0.26 -> 2.0.27

https://github.com/containers/conmon/releases/tag/v2.0.27
This commit is contained in:
zowoq 2021-03-09 05:26:14 +10:00
parent 39677da7a6
commit 2c0bc880a3

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.26";
version = "2.0.27";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-q2lh02iZ7FDBPjtoKY5p3c6Vcn9Ey8DCMn/Oe7/74ug=";
sha256 = "sha256-LMvhSoKd652XVPzuId8Ortf0f08FUP1zCn06PgtRwkA=";
};
nativeBuildInputs = [ pkg-config ];