nanovna-qt: disable auto updates

This commit is contained in:
Chuang Zhu
2025-02-04 17:45:17 +08:00
parent eb351ce517
commit 375e045677
+2
View File
@@ -12,6 +12,8 @@
stdenv.mkDerivation rec {
pname = "nanovna-qt";
# 20200507 dropped support for NanoVNA V2.2
# We could add later versions as separate packages if someone needs, but not updating it
# nixpkgs-update: no auto update
version = "20200403";
src = fetchFromGitHub {