Unverified Commit ec2b82c5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

crun: 1.20 -> 1.21 (#394033)

parents e0da7e46 f4178473
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "crun";
  version = "1.20";
  version = "1.21";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "crun";
    rev = version;
    hash = "sha256-rSh0oPZxhFSvEqzZrgM5eFrv1lW8Xd3JN1JTCT7Mj0I=";
    hash = "sha256-uAB/IJ1psGKvOTVhj00VlNadxSKTXvg1eU97bngVblw=";
    fetchSubmodules = true;
  };