Unverified Commit 89bcd512 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

sdrangel: 7.14.2 -> 7.15.0
parents 935397a2 c317609b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,13 +50,13 @@

stdenv.mkDerivation rec {
  pname = "sdrangel";
  version = "7.14.2";
  version = "7.15.0";

  src = fetchFromGitHub {
    owner = "f4exb";
    repo = "sdrangel";
    rev = "v${version}";
    hash = "sha256-A9/uOecV1qRbAGcKI1brPFsbjfJG/8/zKrMwKMGw9rE=";
    hash = "sha256-APDrVujz/2ZYqxGggabAj8ght72Vuf+oMS/kuVaWkWM=";
  };

  nativeBuildInputs = [ cmake ninja pkg-config wrapQtAppsHook ];