Merge pull request #142599 from sikmir/sdrangel

sdrangel: 6.16.3 → 6.17.1
This commit is contained in:
markuskowa 2021-10-22 23:41:21 +02:00 committed by GitHub
commit 86aa814dae
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.16.3";
version = "6.17.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-qgFnl9IliKRI4TptpXyK9JHzpLEUQ7NZLIfc0AROCvA=";
sha256 = "sha256-VWHFrgJVyI3CtLXUiG3/4/cRTD8jSdunbrro34yLKvs=";
fetchSubmodules = false;
};