gusb: 0.3.7 -> 0.3.10

- https://github.com/hughsie/libgusb/blob/0.3.10/NEWS#L1-L26
This commit is contained in:
Maxine Aubrey 2022-04-29 19:55:24 +02:00
parent 794cf4b030
commit 370aa8488b
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -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 = [