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

sdrangel: 7.15.4 -> 7.16.0
This commit is contained in:
Weijia Wang 2023-10-01 12:29:21 +02:00 committed by GitHub
commit d04fa2b5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.15.4";
version = "7.16.0";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-oSFnoNmoXvdb5lpx/j3DVVhOfbsDZlGNZNcvud1w8Ks=";
hash = "sha256-k35TZ2H8GX3gSYyb27hTY6gHHnxPkFwp1v4OJXhvV7A=";
};
nativeBuildInputs = [