Merge pull request #292451 from r-ryantm/auto-update/usbredir

usbredir: 0.13.0 -> 0.14.0
This commit is contained in:
Weijia Wang 2024-03-12 08:52:20 +01:00 committed by GitHub
commit ac9bea36c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [