usbredir: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2024-12-17 05:29:42 +00:00
parent 69e1e8ba04
commit 75299a638b
+2 -2
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 = [