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

sdrangel: 6.17.1 -> 6.17.2
This commit is contained in:
Mario Rodas 2021-11-03 06:44:17 -05:00 committed by GitHub
commit 40f7f2cbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,13 +33,13 @@
mkDerivation rec {
pname = "sdrangel";
version = "6.17.1";
version = "6.17.2";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-VWHFrgJVyI3CtLXUiG3/4/cRTD8jSdunbrro34yLKvs=";
sha256 = "sha256-sMD2JTJJlssMdXCUHdFYjEqGknhGGuG4szfnvFFN7t4=";
fetchSubmodules = false;
};