aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/usbredir
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-08 14:25:32 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-08 23:25:32 +0200
commite0bfaf27e823282fc9ee2fbc51d997a3e0cd410c (patch)
treeeec8b337a837a5c014fd2869858b22c32438f312 /pkgs/development/libraries/usbredir
parent829786a566ca8994b8419f9e3ccc3e9979be4657 (diff)
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.
Diffstat (limited to 'pkgs/development/libraries/usbredir')
-rw-r--r--pkgs/development/libraries/usbredir/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/usbredir/default.nix b/pkgs/development/libraries/usbredir/default.nix
index 25ddfb355241..3d09545c9317 100644
--- a/pkgs/development/libraries/usbredir/default.nix
+++ b/pkgs/development/libraries/usbredir/default.nix
@@ -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" ];