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

sdrangel: 7.16.0 -> 7.17.0
This commit is contained in:
OTABI Tomoya
2023-10-31 16:41:31 +09:00
committed by GitHub
+2 -2
View File
@@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.16.0";
version = "7.17.0";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-k35TZ2H8GX3gSYyb27hTY6gHHnxPkFwp1v4OJXhvV7A=";
hash = "sha256-v2ESMFAbsYbZVVIHlGCU01QPDorUZyLiUEhexr6zF5o=";
};
nativeBuildInputs = [