tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
roundcube: 1.6.9 -> 1.6.10
Cassie Cheung
11 months ago
30f46aec
c5cd0ac7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
roundcube
default.nix
+2
-2
pkgs/servers/roundcube/default.nix
···
10
10
11
11
stdenv.mkDerivation rec {
12
12
pname = "roundcube";
13
13
-
version = "1.6.9";
13
13
+
version = "1.6.10";
14
14
15
15
src = fetchurl {
16
16
url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz";
17
17
-
sha256 = "sha256-thpfXCL4kMKZ6TWqz88IcGdpkNiuv/DWzf8HW/F8708=";
17
17
+
sha256 = "sha256-A8+sL0lN2Zwlw177CtTTM/JI4y8l9CBPvI8nMb+68OQ=";
18
18
};
19
19
20
20
patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];