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

sdrangel: 7.8.6 -> 7.9.0
This commit is contained in:
Mario Rodas 2023-02-04 18:27:58 -05:00 committed by GitHub
commit 2a19777d1e
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.6";
version = "7.9.0";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-tLU2OHFf1PPNRr1t3MWWCKnvILp1DW0k4TAxrXWI2X4=";
sha256 = "sha256-lX49R1GhYH45DhxOnn3r6b4VuG8GAissCscv1Qo2GB0=";
};
nativeBuildInputs = [ cmake pkg-config ];