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

Co-authored-by: WheelsForReals <WheelsForReals@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-12 13:17:15 +00:00
committed by GitHub
co-authored by WheelsForReals
@@ -52,13 +52,13 @@ stdenv.mkDerivation (
in
{
pname = "parallel-launcher";
version = "8.2.1"; # Check ./parallel-n64-next.nix for updates when updating, too
version = "8.3.0"; # Check ./parallel-n64-next.nix for updates when updating, too
src = fetchFromGitLab {
owner = "parallel-launcher";
repo = "parallel-launcher";
tag = reformatVersion finalAttrs.version;
hash = "sha256-1fPbgpTTfXkhVRBFnNzeNGUzEkLvurBcJQlAhL7Fp6c=";
hash = "sha256-Zp/QTPREfpOG0zgnP1Lg5FgT9u+OEhoqBgnxWMu451A=";
};
patches =