sdrangel: 7.8.6 -> 7.9.0

This commit is contained in:
R. Ryantm 2023-02-04 05:46:58 +00:00
parent 235c54cf44
commit ed0538b685

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 ];