about summary refs log tree commit diff
path: root/pkgs/development/libraries/tdlib
diff options
context:
space:
mode:
authorMatthew Piziak <matthew.piziak@gmail.com>2020-10-28 18:44:02 -0400
committerMatthew Piziak <matthew.piziak@gmail.com>2020-10-28 18:44:54 -0400
commit12314c6299b3f6370279246c01994663c7a96f93 (patch)
treee07141327ca2ac77f5aabdbf13de2155f2da587d /pkgs/development/libraries/tdlib
parent5a6acc6a7fc89ef0f7d92751d3da71a195d5bc3f (diff)
tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25
Diffstat (limited to 'pkgs/development/libraries/tdlib')
-rw-r--r--pkgs/development/libraries/tdlib/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/tdlib/default.nix b/pkgs/development/libraries/tdlib/default.nix
index 80defd4a54396..f430b10c64c08 100644
--- a/pkgs/development/libraries/tdlib/default.nix
+++ b/pkgs/development/libraries/tdlib/default.nix
@@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
     owner = "tdlib";
     repo = "td";
 
-    # At version 1.6.0, this line was `rev = "v${version}". Version 1.6.9 uses an explicit revision hash because 1.6.9
-    # is not a tdlib GitHub release, and is therefore not hosted at `https://github.com/tdlib/td/releases/tag/v1.6.9`.
-    # Please return to the `rev = "v${version}"` style on the next version bump if you can, since that will allow
+    # At version 1.6.0, this line was `rev = "v${version}". Version 1.6.9 uses an explicit revision because 1.6.9 is not
+    # a tdlib GitHub release, and is therefore not hosted at `https://github.com/tdlib/td/releases/tag/v1.6.9`. Please
+    # return to the `rev = "v${version}"` style on the next version bump if you can, since that will allow
     # `nixpkgs-update` to update the package automatically.
-    rev = "32f2338bd199dd06a1b4b5f1ad14f2d4f2868f01";
+    rev = "unstable-2020-10-25";
 
     sha256 = "0wv03hlgzrsc04kcwnwz6dsmkdzvhb0i1wjs08gzivwxw06pkq4n";
   };