Unverified Commit 8ef983f9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

virtio-win: 0.1.266-1 -> 0.1.271-1 (#398776)

parents 840062fc b0e59f28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
  pname = "virtio-win";
  version = "0.1.266-1";
  version = "0.1.271-1";

  src = fetchurl {
    url = "https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-${version}/virtio-win.iso";
    hash = "sha256-V7D23I3JLcKuhiH4sb+9ioc96b7ceIxMSzBeoorMd80=";
    hash = "sha256-u+YWathqSQyu+tQ4/viqSUkmywobN/oSEpJc/YFlZCk=";
  };

  nativeBuildInputs = [