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

sdrangel: 7.17.0 -> 7.17.1
This commit is contained in:
Pierre Bourdon 2023-12-03 07:35:17 +01:00 committed by GitHub
commit c093a7cd33
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.17.0";
version = "7.17.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-v2ESMFAbsYbZVVIHlGCU01QPDorUZyLiUEhexr6zF5o=";
hash = "sha256-TMYFKt4nkNKZdlxszbVM55RMidBBD2HTaYc1OqW9/ck=";
};
nativeBuildInputs = [