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

sdrangel: 6.16.2 -> 6.16.3
This commit is contained in:
Bobby Rong
2021-09-27 22:07:12 +08:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@
mkDerivation rec {
pname = "sdrangel";
version = "6.16.2";
version = "6.16.3";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-wWGKJWd3JDaT0dDMUrxv9ShMVe+q4zvH8SjyKw7UIbo=";
sha256 = "sha256-qgFnl9IliKRI4TptpXyK9JHzpLEUQ7NZLIfc0AROCvA=";
fetchSubmodules = false;
};