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

sdrangel: 6.18.0 -> 6.18.1
This commit is contained in:
markuskowa
2022-02-02 13:52:28 +01:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@
mkDerivation rec {
pname = "sdrangel";
version = "6.18.0";
version = "6.18.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
sha256 = "sha256-L/D8uEWiFGkAXcxnwDWcPQmc3FvXrG6xs9japMmTHys=";
sha256 = "sha256-gf+RUOcki0pi3UH4NHFsmbTV04HUG16UC4jcUjyeip4=";
fetchSubmodules = false;
};