about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-08-24 20:46:42 +0200
committerajs124 <git@ajs124.de>2020-08-24 20:46:45 +0200
commit6ba9e9c4c36b7a7e4921fe58286fee2ea52fabd6 (patch)
tree052326434d417655ecd834b6075f5180ab539006 /pkgs/servers/web-apps
parent696357c37651232470ac58b21433f408df5f1988 (diff)
sogo: switch to (hopefully) stable patch url
patches were "rewritten" in their repo, that's why the hash changed
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/sogo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/sogo/default.nix b/pkgs/servers/web-apps/sogo/default.nix
index 2cd24583e5f75..1ec512ba0ca58 100644
--- a/pkgs/servers/web-apps/sogo/default.nix
+++ b/pkgs/servers/web-apps/sogo/default.nix
@@ -18,8 +18,8 @@ with lib; gnustep.stdenv.mkDerivation rec {
   patches = [
     # TODO: take a closer look at other patches in https://sources.debian.org/patches/sogo/ and https://github.com/Skrupellos/sogo-patches
     (fetchpatch {
-      url = "https://sources.debian.org/data/main/s/sogo/4.3.0-1/debian/patches/0005-Remove-build-date.patch";
-      sha256 = "0lrh3bkfj3r0brahfkyb0g7zx7r2jjd5cxzjl43nqla0fs09wsh8";
+      url = "https://salsa.debian.org/debian/sogo/-/raw/120ac6390602c811908c7fcb212a79acbc7f7f28/debian/patches/0005-Remove-build-date.patch";
+      sha256 = "151i8504kwdlcirgd0pbif7cxnb1q6jsp5j7dbh9p6zw2xgwkp25";
     })
   ];