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

usbredir: 0.11.0 -> 0.12.0
This commit is contained in:
Maximilian Bosch
2021-12-10 09:55:23 +01:00
committed by GitHub

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