sdrangel: 7.21.2 -> 7.21.3

This commit is contained in:
R. Ryantm 2024-06-18 04:21:48 +00:00
parent bd8d034e65
commit 6ca4f804f2

View File

@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.21.2";
version = "7.21.3";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-cFSD3zroKJPJk1mhXLnSDoSS6p9AU6YN2LJpb+E6HDI=";
hash = "sha256-TeQteQ+RAnG1J0m4BEYJCrALkfplz3gO5IBi0GxTWmI=";
};
nativeBuildInputs = [