Merge pull request #299867 from NickCao/krun

libkrun: 1.7.2 -> 1.8.1
This commit is contained in:
Nick Cao 2024-03-29 10:14:13 -04:00 committed by GitHub
commit 4bb7a3ceec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -13,18 +13,18 @@
stdenv.mkDerivation rec {
pname = "libkrun";
version = "1.7.2";
version = "1.8.1";
src = fetchFromGitHub {
owner = "containers";
repo = "libkrun";
rev = "refs/tags/v${version}";
hash = "sha256-cP+Pxl/9QIsoGysXTBZJ86q57cIMA7TJenMWtcOI+Y4=";
hash = "sha256-rrNiqwx4aEOB3fTyv8xcZEDsNJX4NNPhp13W0qnl1O0=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit pname version src;
hash = "sha256-qVyHC015QJEt6LZ8br3H0nucYKhYGBMtyB2IBaixTqk=";
hash = "sha256-6Zfy0LtxUDZzwlhul2fZpsI1c7GWntAMfsT6j+QefVs=";
};
nativeBuildInputs = [