Unverified Commit 9fcd9936 authored by Ryan Hendrickson's avatar Ryan Hendrickson Committed by GitHub
Browse files

crun: 1.19 -> 1.19.1 (#366066)

parents 244c811b 02415d0c
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.19";
  version = "1.19.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = pname;
    rev = version;
    hash = "sha256-vAM68vyR5I1PyF9jJgBtY0pROyOhhCmqb0I+5RIrgb4=";
    hash = "sha256-st8zap9WiM5+aX3spga19Ty4a4297rR3SjAY9Hrv4qg=";
    fetchSubmodules = true;
  };