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

sdrangel: 7.21.3 -> 7.21.4
This commit is contained in:
Weijia Wang
2024-07-07 03:34:54 +02:00
committed by GitHub

View File

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