Unverified Commit fe25d5d5 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #308496 from saschagrunert/crun

crun: 1.14.4 -> 1.15
parents d05d3577 ccec8742
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.4";
  version = "1.15";

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