Commit d1d974ca authored by Ruben Fonseca's avatar Ruben Fonseca Committed by zowoq
Browse files

crun: 1.4.1 -> 1.4.2

parent 80402641
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "crun";
  version = "1.4.1";
  version = "1.4.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = version;
    sha256 = "sha256-j2+ga+jnKnjnFGmrOOym99keLALg7wR7Jk+jjesiMc4=";
    sha256 = "sha256-zGtHO8CgpbXTh8nZ6WA0ocakzLjL/PW2IULI5QSEPVI=";
    fetchSubmodules = true;
  };