3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #128069 from Artturin/openhantek

openhantek6022: 3.1.3 -> 3.2.3
This commit is contained in:
Sandro 2021-06-25 15:45:00 +02:00 committed by GitHub
commit 323e8cac82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "openhantek6022";
version = "3.1.3";
version = "3.2.3";
src = fetchFromGitHub {
owner = "OpenHantek";
repo = "OpenHantek6022";
rev = version;
sha256 = "1n4l8ks5808d99zj1vj0ck0v1lb9s7iv3ahww7ximbf9iha39pbm";
sha256 = "0hnd3rdmv76dwwlmkykzwhp5sbxd1fr5ss8zdfdybxw28cxlpq8r";
};
nativeBuildInputs = [ cmake makeWrapper ];
@ -23,8 +23,8 @@ mkDerivation rec {
meta = with lib; {
description = "Free software for Hantek and compatible (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes";
homepage = "https://github.com/OpenHantek/OpenHantek6022";
license = licenses.gpl3;
homepage = "https://github.com/OpenHantek/OpenHantek6022";
license = licenses.gpl3;
maintainers = with maintainers; [ baracoder ];
platforms = qtbase.meta.platforms;
};