1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

runc: 1.1.13 -> 1.1.14 (#339157)

This commit is contained in:
Fabián Heredia Montiel 2024-09-03 21:39:48 -06:00 committed by GitHub
commit 4b2d1e315b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "runc";
version = "1.1.13";
version = "1.1.14";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-RQsM8Q7HogDVGbNpen3wxXNGR9lfqmNhkXTRoC+LBk8=";
hash = "sha256-7PYbSZqCQLTaeFppuNz5mxDlwEyLkA5zpdMhWy1tWmc=";
};
vendorHash = null;