aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libusb1
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-08-28 18:10:02 -0500
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-09-06 19:34:33 +0200
commit4941879049a5144c18cefcfb1b4abce09dcc8394 (patch)
treea37ab1c48edc81a3516014090b0a6aa544a30ccf /pkgs/development/libraries/libusb1
parentb38a26e202bba83794dc4e304caa200db9757932 (diff)
libusb1: 1.0.22 -> 1.0.23
Diffstat (limited to 'pkgs/development/libraries/libusb1')
-rw-r--r--pkgs/development/libraries/libusb1/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libusb1/default.nix b/pkgs/development/libraries/libusb1/default.nix
index bc5ac43d55db..19a8025359a0 100644
--- a/pkgs/development/libraries/libusb1/default.nix
+++ b/pkgs/development/libraries/libusb1/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation (rec {
pname = "libusb";
- version = "1.0.22";
+ version = "1.0.23";
src = fetchurl {
- url = "mirror://sourceforge/libusb/${pname}-${version}.tar.bz2";
- sha256 = "0mw1a5ss4alg37m6bd4k44v35xwrcwp5qm4s686q1nsgkbavkbkm";
+ url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
+ sha256 = "13dd2a9x290d1q8nb1lqiaf36grcvns5ripk5k2xm0lajmpc04fv";
};
outputs = [ "out" "dev" ]; # get rid of propagating systemd closure