We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cfdad commit abb123fCopy full SHA for abb123f
pkgs/by-name/ma/matomo/package.nix
@@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
81
for f in $filesToFix; do
82
if [ -f "$f" ]; then
83
length="$(wc -c "$f" | cut -d' ' -f1)"
84
- hash="$(md5sum "$f" | cut -d' ' -f1)"
+ hash="$(sha256sum "$f" | cut -d' ' -f1)"
85
sed -i "s:\\(\"$f\"[^(]*(\\).*:\\1\"$length\", \"$hash\"),:g" config/manifest.inc.php
86
else
87
echo "INFO(files-to-fix): $f does not exist in this version"
0 commit comments