Unverified Commit 5e330510 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266223 from trofi/gusb-update

gusb: 0.4.7 -> 0.4.8
parents 1234b665 218b573e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [