Unverified Commit 3e228e2c authored by maxine's avatar maxine Committed by GitHub
Browse files

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

crun: 1.14.1 -> 1.14.2
parents 2865dca5 829a6c33
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.1";
  version = "1.14.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = version;
    hash = "sha256-IEfHww+kAPKcTe5bWM+YuDe6PHlSdZQVEunlBMQ29Ic=";
    hash = "sha256-D2OuTbWAISEtrKy7LFVJz8FZWdXSn1ZiKYak9cJVceU=";
    fetchSubmodules = true;
  };