Merge pull request #266223 from trofi/gusb-update

gusb: 0.4.7 -> 0.4.8
This commit is contained in:
Mario Rodas 2023-11-11 12:51:19 -05:00 committed by GitHub
commit 5e330510ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ let
in
stdenv.mkDerivation rec {
pname = "gusb";
version = "0.4.7";
version = "0.4.8";
outputs = [ "bin" "out" "dev" "devdoc" ];
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libgusb";
rev = "refs/tags/${version}";
hash = "sha256-E0H3MqNxYXP40wKMcI1cwLKWGVOnPNazbH6K3TbzpCQ=";
hash = "sha256-xhWx45uOh8Yokd3/32CQ6tsdkgGaYUOvaylrq/jmoP0=";
};
patches = [