1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

runc: 1.0.1 -> 1.0.2

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-08-23 10:18:13 +02:00 committed by zowoq
parent ec0bcc2200
commit be66efdf86

View file

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "runc";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "sha256-xd46HlZenTNCzmnCGN3x7Ah8pPLwbG9LSMGmiPIPyv0=";
sha256 = "sha256-l+Uq7aiXFrI+qbKSOZpYFIXz0VJBBR7ZZxlAJeGb7K4=";
};
vendorSha256 = null;