Use our vhost-device fork

This commit is contained in:
Davíð Steinn Geirsson 2026-03-17 19:40:21 +00:00
parent eda15f16f8
commit ec83d891c1

View file

@ -10,11 +10,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "vhost-device-sound";
version = "0.3.0";
src = fetchFromGitHub {
owner = "rust-vmm";
repo = "vhost-device";
rev = "cde9d12ad92cee867a1c8ee344db8f9b484b2a04";
hash = "sha256-bYTvJd5B4ZOFt8bEReegHOeWKlUfo6+ZddMjBNcrm5s=";
src = fetchGit {
url = "https://git.dsg.is/dsg/vhost-device.git";
rev = "559f2738c6851f7281fe007590b2a4f27eb26922";
hash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
};
cargoHash = "sha256-mw0zOCOOT2LmFUGzC4n3YES6R7eaofMsaSYWJpLooAM=";
@ -42,8 +41,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
doCheck = false;
meta = {
homepage = "https://github.com/rust-vmm/vhost-device/tree/main/vhost-device-sound";
description = "virtio-sound device using the vhost-user protocol";
homepage = "https://git.dsg.is/dsg/vhost-device";
description = "virtio-sound device using the vhost-user protocol (vmsilo fork)";
license = [
lib.licenses.asl20
lib.licenses.bsd3