libkrun: 1.7.2 -> 1.8.1

Diff: https://github.com/containers/libkrun/compare/refs/tags/v1.7.2...v1.8.1
This commit is contained in:
Nick Cao 2024-03-28 19:00:01 -04:00
parent 173e50480a
commit 63eed259d5
No known key found for this signature in database

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 = [