1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libkrunfw: 4.0.0-unstable-2024-06-10 -> 4.2.0

Diff: 12236fa4ca...v4.2.0
This commit is contained in:
Nick Cao 2024-07-25 22:18:25 -04:00
parent e6dbcbd97b
commit 53f1f531bc
No known key found for this signature in database

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libkrunfw";
version = "4.0.0-unstable-2024-06-10";
version = "4.2.0";
src = fetchFromGitHub {
owner = "containers";
repo = "libkrunfw";
rev = "12236fa4caa42423ff3081b6179aa0a5f37c67c9";
hash = "sha256-Vcbg2zBVMQsiAQF/cEEIRMqppMBVGnqUBlDquGzRBsc=";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-LaIyPk9QkxPFP169r6PqyBMpFujbQBlX77z63OqKGYc=";
};
kernelSrc = fetchurl {