conmon: 2.1.13 -> 2.2.0

This commit is contained in:
R. Ryantm
2026-01-12 20:33:25 +00:00
parent f83bf5187b
commit 04a70f1d57
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "conmon";
version = "2.1.13";
version = "2.2.0";
src = fetchFromGitHub {
owner = "containers";
repo = "conmon";
tag = "v${finalAttrs.version}";
hash = "sha256-/Kt49c8a+R/+Z3KmFLpRTG+BdfPDAOEUtSis3alLAUQ=";
hash = "sha256-RVzjqTqw1NGAzXwiAKekByXA1aGgFrfwo3RtGKrfODk=";
leaveDotGit = true;
postFetch = ''
cd $out