readsb: 3.14.1696 -> 3.16.1

This commit is contained in:
R. Ryantm
2025-09-05 03:31:20 +00:00
parent bdbd743a2b
commit 8c12bfcaec
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "readsb";
version = "3.14.1696";
version = "3.16.1";
src = fetchFromGitHub {
owner = "wiedehopf";
repo = "readsb";
tag = "v${finalAttrs.version}";
hash = "sha256-NStX7GwYffXlvoj30ZReVlUHGUSnAZRXdasMYj6C0Dk=";
hash = "sha256-7xhTfrJ1NB3omNyHnw49ts3QTt6uZ31GYeD5l3UxuTU=";
};
strictDeps = true;