nixpkgs/pkgs/by-name/ne
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
..
needle needle: init at 0.24.0 2024-06-06 07:46:10 +02:00
nekoray nekoray: add qtwayland to buildInputs (#313170) 2024-05-22 22:06:20 +00:00
nemu
neocities
neocities-cli treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
neothesia neothesia: init at 0.2.1 2024-05-08 14:06:12 +02:00
neovide neovide: add darwin app 2024-06-17 23:52:19 +10:00
neovim-gtk neovim-gtk: move to pkgs/by-name 2024-06-30 00:40:08 +02:00
neovim-qt neovim-qt: move to pkgs/by-name 2024-06-18 10:40:23 +02:00
neovim-qt-unwrapped neovim-qt: move to pkgs/by-name 2024-06-18 10:40:23 +02:00
neovim-remote neovim-remote: move to pkgs/by-name 2024-06-30 00:35:05 +02:00
neovim-unwrapped Merge pull request #313890 from stasjok/neovim-fix-markdown-inline-parser 2024-05-24 06:38:22 +10:00
nerdfetch nerdfetch: 8.1.1 -> 8.1.2 2024-06-23 12:26:29 +00:00
nestopia-ue treewide: wrapGAppsHook → wrapGAppsHook3 2024-04-27 02:23:22 +02:00
net-cpp
net-news-wire
netbird-dashboard netbird-dashboard: Remove thubrecht as maintainer 2024-06-21 09:32:00 +02:00
netclient netclient: 0.24.1 -> 0.24.2 2024-06-14 02:34:11 +00:00
netease-cloud-music-gtk treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
netop treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
netproc
netproxrc treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
netscanner netscanner: 0.4.5 -> 0.5.1 2024-05-21 14:01:14 +01:00
neural-amp-modeler-lv2
neverest treewide: convert cargoSha256 to cargoHash 2024-07-03 21:54:10 +08:00
newcomputermodern
newsraft newsraft: 0.24 -> 0.25 2024-05-28 18:16:32 +00:00
nextjs-ollama-llm-ui treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
nextpnr treewide: remove myself from packages I don’t use 2024-06-15 16:53:23 +01:00
nexusmods-app nexusmods-app: add MattSturgeon to maintainers 2024-06-10 07:03:28 +01:00
nezha-agent nezha-agent: 0.17.0 -> 0.17.2 2024-06-28 16:18:40 +08:00