lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

authored by

R. RyanTM and committed by
xeji
e0bfaf27 829786a5

+2 -2
+2 -2
pkgs/development/libraries/usbredir/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "usbredir-${version}"; 5 - version = "0.7.1"; 5 + version = "0.8.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://spice-space.org/download/usbredir/${name}.tar.bz2"; 9 - sha256 = "1wsnmk4wjpdhbn1zaxg6bmyxspcki2zgy0am9lk037rnl4krwzj0"; 9 + sha256 = "002yik1x7kn0427xahvnhjby2np14a6xqw7c3dx530n9h5d9rg47"; 10 10 }; 11 11 12 12 NIX_CFLAGS_COMPILE = [ "-Wno-error" ];