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

sdrangel: 6.8.0 -> 6.16.2
This commit is contained in:
Ben Siraphob
2021-08-17 19:17:25 -05:00
committed by GitHub

View File

@@ -33,13 +33,13 @@
mkDerivation rec {
pname = "sdrangel";
version = "6.8.0";
version = "6.16.2";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-dFWwEs2nvcaCWpM4tA3/w8PbmNXn/R7JvxP3XEHasSQ=";
sha256 = "sha256-wWGKJWd3JDaT0dDMUrxv9ShMVe+q4zvH8SjyKw7UIbo=";
fetchSubmodules = false;
};