usbredir: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-02-26 19:50:01 +01:00
committed by Bjørn Forsman
parent 1f94207266
commit c5c7e049eb
+2 -2
View File
@@ -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 = [