sdrangel: 7.17.2 -> 7.17.3

This commit is contained in:
R. Ryantm 2024-01-04 21:15:01 +00:00
parent 95d0067cc0
commit 1358ebf717

View File

@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.17.2";
version = "7.17.3";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-A4DHaxahZM7lfsrJZ86riItPIAYT+cTtTpyCoMjG25Y=";
hash = "sha256-NjahPDHM6qbBXTpDSe8HQPslMO0yTd6/0piNzrFNerM=";
};
nativeBuildInputs = [