Commit c5c7e049 authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

usbredir: 0.14.0 -> 0.15.0

parent 1f942072
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

stdenv.mkDerivation rec {
  pname = "usbredir";
  version = "0.14.0";
  version = "0.15.0";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "spice";
    repo = "usbredir";
    rev = "${pname}-${version}";
    sha256 = "sha256-ShxysMoFSGP/dSIPthwb1Q6htotv7BP9jm09p2Nqdus=";
    sha256 = "sha256-a+RaJO70jxsrVwSG+PzDg2luvBHqBdNdRdLOGhdhjzY=";
  };

  nativeBuildInputs = [