Skip to content

Commit

Permalink
Merge pull request #218103 from r-ryantm/auto-update/sdrangel
Browse files Browse the repository at this point in the history
sdrangel: 7.9.0 -> 7.10.0
  • Loading branch information
wegank authored Feb 27, 2023
2 parents 6063022 + 3289846 commit 57b5ae9
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 57b5ae9

Please sign in to comment.