parallel-launcher: 8.2.1 -> 8.3.0 (#430061)

Co-authored-by: WheelsForReals <WheelsForReals@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] WheelsForReals and committed by GitHub 7fd6ed17 6797403c

+2 -2
+2 -2
pkgs/by-name/pa/parallel-launcher/package.nix
··· 52 52 in 53 53 { 54 54 pname = "parallel-launcher"; 55 - version = "8.2.1"; # Check ./parallel-n64-next.nix for updates when updating, too 55 + version = "8.3.0"; # Check ./parallel-n64-next.nix for updates when updating, too 56 56 57 57 src = fetchFromGitLab { 58 58 owner = "parallel-launcher"; 59 59 repo = "parallel-launcher"; 60 60 tag = reformatVersion finalAttrs.version; 61 - hash = "sha256-1fPbgpTTfXkhVRBFnNzeNGUzEkLvurBcJQlAhL7Fp6c="; 61 + hash = "sha256-Zp/QTPREfpOG0zgnP1Lg5FgT9u+OEhoqBgnxWMu451A="; 62 62 }; 63 63 64 64 patches =