uhubctl: 2.5.0 -> 2.6.0 (#338726)

This commit is contained in:
Pavol Rusnak 2024-09-01 10:49:22 +02:00 committed by GitHub
commit 6472cda7cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "uhubctl";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "mvp";
repo = "uhubctl";
rev = "v${version}";
sha256 = "sha256-Rt9hTT0Tn8v+J1XqZm8iXTTY4nKow2qjRPNmNCiWNoY=";
sha256 = "sha256-mpeDePHLsa4sGe2+8X9KQ8AYn7wtybDnaZzxnf4oETQ=";
};
buildInputs = [ libusb1 ];