summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2022-04-29 19:55:24 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2022-04-29 19:55:25 +0200
commit370aa8488b6942cdbb342ed76ad154d8e9469d31 (patch)
tree8f551dfbd99eb653e51f14a3db81f659a5522f3f
parent794cf4b03060e763347f9cd8822f1b8fbefab3f9 (diff)
downloadnixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.tar
nixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.tar.gz
nixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.tar.bz2
nixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.tar.lz
nixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.tar.xz
nixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.tar.zst
nixpkgs-370aa8488b6942cdbb342ed76ad154d8e9469d31.zip
gusb: 0.3.7 -> 0.3.10
- https://github.com/hughsie/libgusb/blob/0.3.10/NEWS#L1-L26
-rw-r--r--pkgs/development/libraries/gusb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gusb/default.nix b/pkgs/development/libraries/gusb/default.nix
index 449a7a17623..e3dac6c4ec7 100644
--- a/pkgs/development/libraries/gusb/default.nix
+++ b/pkgs/development/libraries/gusb/default.nix
@@ -10,13 +10,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "gusb";
-  version = "0.3.7";
+  version = "0.3.10";
 
   outputs = [ "bin" "out" "dev" "devdoc" ];
 
   src = fetchurl {
     url = "https://people.freedesktop.org/~hughsient/releases/libgusb-${version}.tar.xz";
-    sha256 = "sha256-2l8l1oc2ImibM1FIbL4CjvwlRAP2Rt2BIl3+hULYxn0=";
+    sha256 = "sha256-DrC5qw+LugxZYxyAnDe2Fu806zyOAAsLm3HPEeSTG9w=";
   };
 
   patches = [