Skip to content

Commit ed40828

Browse files
committed
fix(roundcube/kolab-plugins): fix hash (?)
1 parent a97fc72 commit ed40828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/roundcube-plugins/kolab-plugins/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ php.buildComposerProject2 (finalAttrs: {
2525
composerNoDev = true;
2626
composerNoPlugins = true;
2727
composerNoScripts = true;
28-
vendorHash = "sha256-pTXnO9wSqyAGVDNI5WU4UcLPuGXCQya9aITMp/V2sqg=";
28+
vendorHash = "sha256-IvkWlGlYP5Xdp1mffEcB33Gy48rV5zgdVqbLncwj/S4=";
2929
# Cleanup .git directories from git dependencies
3030
postInstall = ''
3131
rm -rf $out/vendor/**/*/.git

0 commit comments

Comments
 (0)