Skip to content

Commit

Permalink
sdrangel: 7.9.0 -> 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 24, 2023
1 parent 21299ca commit 3289846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/sdrangel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

mkDerivation rec {
pname = "sdrangel";
version = "7.9.0";
version = "7.10.0";

src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-lX49R1GhYH45DhxOnn3r6b4VuG8GAissCscv1Qo2GB0=";
sha256 = "sha256-hsYt7zGG6CSWeQ9A3GPt65efjZGPu33O5pIhnZjFgmY=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit 3289846

Please sign in to comment.