dbvisualizer: Disable nixpkgs-update

This commit is contained in:
Boldi Koller
2026-04-16 15:34:39 +02:00
parent 64bafe9a23
commit d389a337cb
+6
View File
@@ -8,6 +8,12 @@
stdenv,
}:
# nixpkgs-update: no auto update
# NOTE: Do not update to interim patch versions. The download URL will get shut
# down after a while. Dbvisualizer discontinues download
# URLs for all but the last patch version per minor version.
# Example: v25.3.2 gets shut down after v25.3.3 gets released.
let
pname = "dbvisualizer";
in