usbredir: 0.7.1 -> 0.8.0 (#44670)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/usbredir/versions.
This commit is contained in:
R. RyanTM 2018-08-08 14:25:32 -07:00 committed by xeji
parent 829786a566
commit e0bfaf27e8

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "usbredir-${version}";
version = "0.7.1";
version = "0.8.0";
src = fetchurl {
url = "https://spice-space.org/download/usbredir/${name}.tar.bz2";
sha256 = "1wsnmk4wjpdhbn1zaxg6bmyxspcki2zgy0am9lk037rnl4krwzj0";
sha256 = "002yik1x7kn0427xahvnhjby2np14a6xqw7c3dx530n9h5d9rg47";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];