about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2023-07-20 10:26:04 +0200
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-07-20 23:44:54 +1000
commit7c14607112d36b6574dba2f82e9163537904b4c9 (patch)
treeb682e75a2bbc19cda1a6ba9800ac92f9bd9ac92f /pkgs/applications/virtualization
parent77f8c78beac8508a6c7a520c6dcba8f7c9a1ad37 (diff)
runc: 1.1.7 -> 1.1.8
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/applications/virtualization')
-rw-r--r--pkgs/applications/virtualization/runc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/runc/default.nix b/pkgs/applications/virtualization/runc/default.nix
index b23c35c513943..6b2fae7b23a28 100644
--- a/pkgs/applications/virtualization/runc/default.nix
+++ b/pkgs/applications/virtualization/runc/default.nix
@@ -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;