Commit 04a70f1d authored by R. RyanTM's avatar R. RyanTM
Browse files

conmon: 2.1.13 -> 2.2.0

parent f83bf518
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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