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

Merge pull request #223038 from qowoz/crun

crun: 1.8.2 -> 1.8.3
parents c842de8c 42e89d06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "crun";
  version = "1.8.2";
  version = "1.8.3";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = version;
    hash = "sha256-3L+rhDfvxu9MhU/VvyJTIkDV+1h4Y56PbZRLS2a5rjY=";
    hash = "sha256-to4DP8cJakqLSjrMm6Y2vfYBZ9KgSMHxOULTF3vzu0g=";
    fetchSubmodules = true;
  };