sdrangel: 7.17.1 -> 7.17.2

This commit is contained in:
R. Ryantm 2023-12-23 07:49:53 +00:00
parent 473d7ae9b5
commit 4b323b9a28

View File

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