conmon: 2.1.13 -> 2.2.0 (#479481)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-13 12:42:45 +00:00
committed by GitHub
+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