conmon: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2026-02-13 00:53:31 +00:00
parent 3cbf09a009
commit 0127157598
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "conmon";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "containers";
repo = "conmon";
tag = "v${finalAttrs.version}";
hash = "sha256-RVzjqTqw1NGAzXwiAKekByXA1aGgFrfwo3RtGKrfODk=";
hash = "sha256-YkPgpT+0cE7FCP/dcqnTy6oonPbXKiutFCGX5Lj1JB8=";
leaveDotGit = true;
postFetch = ''
cd $out