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
commit 22e4a3f630
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.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 = [