sdrangel: 6.16.3 → 6.17.1

This commit is contained in:
Nikolay Korotkiy 2021-10-22 22:16:28 +03:00
parent 2b6b25e606
commit 47c38dc25f
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

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;
};