sdrangel: 7.21.3 -> 7.21.4

This commit is contained in:
R. Ryantm 2024-06-30 18:07:18 +00:00
parent 65ed2124ae
commit 493e10340d

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 = [