virtio-win: 0.1.248-1 -> 0.1.262-2

This commit is contained in:
R. Ryantm 2024-08-09 08:18:33 +00:00
parent 93571dd5a0
commit a9726f69c4

View File

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