about summary refs log tree commit diff
path: root/pkgs/development/libraries/libkrun
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-21 09:57:34 +0800
committerNick Cao <nickcao@nichi.co>2023-03-21 09:59:59 +0800
commit5e00adf7f8c76ce674003e134dcbf28ddcd75016 (patch)
tree5133ef4c434157d47f7b841d7c34bc30ae6054d7 /pkgs/development/libraries/libkrun
parent0c64c8d545af02ccfefe574a3e637346422ae8e1 (diff)
libkrun: 1.5.0 -> 1.5.1
Diff: https://github.com/containers/libkrun/compare/v1.5.0...v1.5.1
Diffstat (limited to 'pkgs/development/libraries/libkrun')
-rw-r--r--pkgs/development/libraries/libkrun/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libkrun/default.nix b/pkgs/development/libraries/libkrun/default.nix
index c931489057e7f..e2d804050689e 100644
--- a/pkgs/development/libraries/libkrun/default.nix
+++ b/pkgs/development/libraries/libkrun/default.nix
@@ -15,21 +15,21 @@
 
 stdenv.mkDerivation rec {
   pname = "libkrun";
-  version = "1.5.0";
+  version = "1.5.1";
 
   src = if stdenv.isLinux then fetchFromGitHub {
     owner = "containers";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-3WYxGpZ3uRbnh/VEDVSNOxp25SE7GQgC5t3ROuKNRE0=";
+    hash = "sha256-N9AkG+zkjQHNaaCVrEpMfWUN9bQNHjMA2xi5NUulF5A=";
   } else fetchurl {
     url = "https://github.com/containers/libkrun/releases/download/v${version}/v${version}-with_macos_prebuilts.tar.gz";
-    hash = "sha256-T1nYzrzxEJaVBnI00CQPKoT2OYJxdW7y6WNkabNsQYI=";
+    hash = "sha256-8hPbnZtDbiVdwBrtxt4nZ/QA2OFtui2VsQlaoOmWybo=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
-    hash = "sha256-Clb6PNwLuzx42Qr1tgpjG1WHq9NcDr2bbfnyp4UVVLU=";
+    hash = "sha256-nbtp7FP+ObVGfDOEzTt4Z7TZwcNlREczTKIAXGSflZU=";
   };
 
   nativeBuildInputs = with rustPlatform; [