Loading pkgs/applications/virtualization/runc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,13 +16,13 @@ buildGoModule rec { pname = "runc"; version = "1.1.2"; version = "1.1.3"; src = fetchFromGitHub { owner = "opencontainers"; repo = "runc"; rev = "v${version}"; sha256 = "sha256-tMneqB81w8lQp5RWWCjALyKbOY3xog+oqb6cYKasG/8="; sha256 = "sha256-s0VRj/hjevtTZ9rUQsAsI2pg4ygahlrBIfFdETWy9W0="; }; vendorSha256 = null; Loading Loading
pkgs/applications/virtualization/runc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,13 +16,13 @@ buildGoModule rec { pname = "runc"; version = "1.1.2"; version = "1.1.3"; src = fetchFromGitHub { owner = "opencontainers"; repo = "runc"; rev = "v${version}"; sha256 = "sha256-tMneqB81w8lQp5RWWCjALyKbOY3xog+oqb6cYKasG/8="; sha256 = "sha256-s0VRj/hjevtTZ9rUQsAsI2pg4ygahlrBIfFdETWy9W0="; }; vendorSha256 = null; Loading