Skip to content

Commit

Permalink
Merge pull request NixOS#306055 from r-ryantm/auto-update/gusb
Browse files Browse the repository at this point in the history
gusb: 0.4.8 -> 0.4.9
  • Loading branch information
amaxine authored Apr 23, 2024
2 parents 0a0027c + fc3e60b commit 9e170af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gusb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ let
in
stdenv.mkDerivation rec {
pname = "gusb";
version = "0.4.8";
version = "0.4.9";

outputs = [ "bin" "out" "dev" "devdoc" ];

src = fetchFromGitHub {
owner = "hughsie";
repo = "libgusb";
rev = "refs/tags/${version}";
hash = "sha256-xhWx45uOh8Yokd3/32CQ6tsdkgGaYUOvaylrq/jmoP0=";
hash = "sha256-piIPNLc3deToyQaajXFvM+CKh9ni8mb0P3kb+2RoJOs=";
};

patches = [
Expand Down

0 comments on commit 9e170af

Please sign in to comment.