Unverified Commit ec869190 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #292374 from r-ryantm/auto-update/crun

crun: 1.14.3 -> 1.14.4
parents 58138bca a1cda201
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.14.3";
  version = "1.14.4";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = version;
    hash = "sha256-BsDkPwHi8nUcxw6KSrsMvVCdD6/BxVDuiBkAdv8H2xc=";
    hash = "sha256-f+cG9800QKZH4+9ie97TmTbQlpLXe+z+47ptP+HgIgs=";
    fetchSubmodules = true;
  };