Commit 38ee05a3 authored by R. RyanTM's avatar R. RyanTM
Browse files

usbredir: 0.13.0 -> 0.14.0

parent 44c70a37
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.13.0";
  version = "0.14.0";

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

  nativeBuildInputs = [