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

sdrangel: 7.21.4 -> 7.22.0
This commit is contained in:
Sebastián Mancilla 2024-08-20 20:25:17 -04:00 committed by GitHub
commit 96a9f5a24f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.21.4";
version = "7.22.0";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-GINgI4u87Ns4/5aUWpeJaokb+3Liwjjibr02NGcF10c=";
hash = "sha256-cF6vKwAWz32/XYUWvq/4Wu73TFQ2jaGIFxWmeXmlPCE=";
};
nativeBuildInputs = [