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

sdrangel: 7.15.0 -> 7.15.1
This commit is contained in:
Weijia Wang 2023-07-19 11:47:56 +03:00 committed by GitHub
commit 0a12b16214
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.15.0";
version = "7.15.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
hash = "sha256-APDrVujz/2ZYqxGggabAj8ght72Vuf+oMS/kuVaWkWM=";
hash = "sha256-xOnToYe7+0Jlm4bWvnFbYxVi1VqBlGfKYdzHf4igyl0=";
};
nativeBuildInputs = [ cmake ninja pkg-config wrapQtAppsHook ];