usbredir: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2021-12-06 09:58:15 +00:00
parent 1657d58122
commit 00a598767f

View file

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