readsb: 3.14.1641 -> 3.14.1666

This commit is contained in:
R. Ryantm 2025-05-24 13:12:45 +00:00
parent 59dff5cf0a
commit 7c54874aec

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "readsb";
version = "3.14.1641";
version = "3.14.1666";
src = fetchFromGitHub {
owner = "wiedehopf";
repo = "readsb";
tag = "v${finalAttrs.version}";
hash = "sha256-viz/oADxdduan6W0FsetEqifR6fcyeoEZvEnoO/K5/g=";
hash = "sha256-gsiWUi8rLyugmCxzEFRz6vgxNhYa72AekiKPqyFcPPo=";
};
strictDeps = true;