nixpkgs/pkgs/tools/typesetting
aleksana 1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08:00
..
asciidoc python311Packages.recursive-pth-loader: rename from recursivePthLoader 2024-01-25 22:13:17 +01:00
asciidoctor treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asciidoctor-with-extensions treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asciidoctorj asciidoctorj: 2.5.12 -> 2.5.13 2024-05-20 03:10:48 +00:00
bibclean pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
biber treewide: remove unused occurence of fetchurl argument 2024-05-20 05:20:23 +02:00
biber-ms treewide: remove unused occurence of fetchurl argument 2024-05-20 05:20:23 +02:00
biblatex-check
bibtex-tidy treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
carbon-now-cli
coq2html
djvu2pdf
docbook2odf
docbook2x
fop treewide: unify ant determinism methods 2024-03-17 13:35:55 +01:00
git-latexdiff
halibut
hayagriva hayagriva: 0.5.2 -> 0.5.3 2024-05-16 13:13:16 +00:00
hevea treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
htmldoc htmldoc: 1.9.17 -> 1.9.18 2024-02-12 03:55:54 +00:00
kramdown-asciidoc treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lout lout: 3.42.2 -> 3.43 2024-01-27 06:36:47 +00:00
lowdown
marp marp-cli: 3.2.0 -> 3.4.0 2024-06-16 22:15:55 +02:00
mmark treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
multimarkdown treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pdf2djvu treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
pdfchain treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
pdfgrep pdfgrep: 2.1.2 -> 2.2.0 2024-03-26 14:53:14 -03:00
pdfsandwich pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
pdftk
ps2eps
psutils
pulldown-cmark treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
rfc-bibtex
rubber
satysfi treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sile treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
skribilo treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
sshlatex treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
tectonic Merge staging-next into staging 2024-03-12 18:01:46 +00:00
ted pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
tex treewide: convert cargoSha256 to cargoHash 2024-07-03 21:54:10 +08:00
tikzit treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
xmlroff
xmlto xmlto: add passthru.tests.version 2024-04-04 22:01:31 +02:00