Skip to content

Commit

Permalink
runc: 1.1.7 -> 1.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and zowoq committed Jul 20, 2023
1 parent 77f8c78 commit 7c14607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/runc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

buildGoModule rec {
pname = "runc";
version = "1.1.7";
version = "1.1.8";

src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
hash = "sha256-reSC9j9ESjRigItBRytef78XBjmMGsqu0o9qcN2AstU=";
hash = "sha256-rDJYEc64KW4Qa3Eg2oUjJqIKrg6THb5hxQFFbvb9Zp4=";
};

vendorHash = null;
Expand Down

0 comments on commit 7c14607

Please sign in to comment.