Merge pull request #211448 from r-ryantm/auto-update/sdrangel

sdrangel: 7.8.5 -> 7.8.6
This commit is contained in:
Weijia Wang 2023-01-24 05:42:03 +01:00 committed by GitHub
commit 62553996b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,13 +42,13 @@
mkDerivation rec {
pname = "sdrangel";
version = "7.8.5";
version = "7.8.6";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-m5b51rR2l4EdF2kMogHIi1ojoy3UwuU0Q3pfB1ev300=";
sha256 = "sha256-tLU2OHFf1PPNRr1t3MWWCKnvILp1DW0k4TAxrXWI2X4=";
};
nativeBuildInputs = [ cmake pkg-config ];