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

sdrangel: 7.14.2 -> 7.15.0
This commit is contained in:
Nikolay Korotkiy 2023-06-25 12:13:41 +04:00 committed by GitHub
commit 89bcd512ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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