usbredir: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2022-08-06 08:10:37 +00:00
parent c6568cae89
commit b601f9c047

View file

@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "usbredir";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "spice";
repo = "usbredir";
rev = "${pname}-${version}";
sha256 = "sha256-OVLc3FWLBjWJnqIhhe6k+pl/HsJGzqD6xp/fXXEgRwY=";
sha256 = "sha256-zehf0DkqSSvmatbk/UB1oySjyqiFUYTuIhqb5xKeK7I=";
};
nativeBuildInputs = [