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

sdrangel: 7.21.1 -> 7.21.2
This commit is contained in:
h7x4
2024-06-13 20:16:43 +02:00
committed by GitHub
+2 -2
View File
@@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.21.1";
version = "7.21.2";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-l80CgR8Io4HlSuUU3HWM1sInKSRH+F0N55CIWdu/tao=";
hash = "sha256-cFSD3zroKJPJk1mhXLnSDoSS6p9AU6YN2LJpb+E6HDI=";
};
nativeBuildInputs = [