about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/twinkle
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2020-02-09 02:22:47 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-02-10 19:51:12 +0100
commit70e3b2b4429e0ab39fb64701be2c9ec790fed22c (patch)
tree97b96cd6a8ac24812984e6d09ab9a8fab48dd959 /pkgs/applications/networking/instant-messengers/twinkle
parent8a24d3f89214d1f9d1f85de834b887fd2afec572 (diff)
twinkle: patch manual link since old domain got re-used
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/twinkle')
-rw-r--r--pkgs/applications/networking/instant-messengers/twinkle/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/twinkle/default.nix b/pkgs/applications/networking/instant-messengers/twinkle/default.nix
index 0378f50a9c004..b6f0b87dc8480 100644
--- a/pkgs/applications/networking/instant-messengers/twinkle/default.nix
+++ b/pkgs/applications/networking/instant-messengers/twinkle/default.nix
@@ -47,10 +47,16 @@ mkDerivation rec {
   ];
 
   patches = [
-    (fetchurl { # https://github.com/LubosD/twinkle/pull/152 patch for bcg729 1.0.2+
+    # patch for bcg729 1.0.2+
+    (fetchurl { # https://github.com/LubosD/twinkle/pull/152
       url = "https://github.com/LubosD/twinkle/compare/05082ae12051821b1d969e6672d9e4e5afe1bc07...7a6c533cda387652b5b4cb2a867be1a18585890c.patch";
       sha256 = "39fc6cef3e88cfca8db44612b2d082fb618027b0f99509138d3c0d2777a494c2";
     })
+    # patch manual link to not link to old url, which now points to NSFW page
+    (fetchurl { # https://github.com/LubosD/twinkle/commit/05082ae12051821b1d969e6672d9e4e5afe1bc07
+      url = "https://github.com/LubosD/twinkle/commit/05082ae12051821b1d969e6672d9e4e5afe1bc07.diff";
+      sha256 = "1iamragr9wp2vczsnp6n261fpr1ai2nc2abp0228jlar9zafksw0";
+    })
   ];
 
   nativeBuildInputs = [