mbedtls: add comment clarifying no auto update

This commit is contained in:
Samuel Ainsworth 2021-04-18 18:02:35 -07:00
parent ac27176316
commit ffe009394a

View file

@ -11,6 +11,10 @@
stdenv.mkDerivation rec {
pname = "mbedtls";
# Auto updates are disabled due to repology listing dev releases as release
# versions. See
# * https://github.com/NixOS/nixpkgs/pull/119838#issuecomment-822100428
# * https://github.com/NixOS/nixpkgs/commit/0ee02a9d42b5fe1825b0f7cee7a9986bb4ba975d
version = "2.26.0"; # nixpkgs-update: no auto update
src = fetchFromGitHub {