Unverified Commit 23d2febe authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

runc: 1.4.0 -> 1.4.1 (#499497)

parents 87e875c8 29fa4913
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildGoModule (finalAttrs: {
  pname = "runc";
  version = "1.4.0";
  version = "1.4.1";

  src = fetchFromGitHub {
    owner = "opencontainers";
    repo = "runc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XPS9qWgDyKVLYs/QqWof6ydVK1T41QD8yDpvztc3NMc=";
    hash = "sha256-YqzRHItk8gRDBQN+lUTGdbXUf+vuDIjmErDR57Ec/54=";
  };

  vendorHash = null;