2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-25 05:23:54 +00:00

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

This commit is contained in:
R. Ryantm 2024-12-08 04:13:00 +00:00
parent 65484f88b2
commit e01c7ba4d7

View File

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