virtio-win: 0.1.240-1 -> 0.1.248-1

This commit is contained in:
R. Ryantm 2024-02-29 17:16:00 +00:00
parent 575147aed7
commit 3dcf8ef99b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "virtio-win";
version = "0.1.240-1";
version = "0.1.248-1";
src = fetchurl {
url = "https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-${version}/virtio-win.iso";
hash = "sha256-69SCWGaPf3jgJu0nbCip0Z2D4CD/oICtaZENyGu8vMY=";
hash = "sha256-1bVznPKX8FONJj4wZ41aCbukcKfGvL2N/3TkQVPxZUk=";
};
nativeBuildInputs = [