mbedtls: disable auto updates

Repology indicates dev releases as newer version
so disable @r-ryantm automatic updates.

cc @fpletz
This commit is contained in:
Renaud 2019-10-21 16:52:41 +02:00 committed by GitHub
parent 22b0be5609
commit 0ee02a9d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "mbedtls";
name = "mbedtls-${version}";
version = "2.16.3";
version = "2.16.3"; # nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "ARMmbed";