parallel-launcher: 9.0.4 -> 9.0.5 (#532490)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-18 13:28:07 +00:00
committed by GitHub
@@ -55,13 +55,13 @@ stdenv.mkDerivation (
in
{
pname = "parallel-launcher";
version = "9.0.4"; # Check ./parallel-n64-next.nix for updates when updating, too
version = "9.0.5"; # Check ./parallel-n64-next.nix for updates when updating, too
src = fetchFromGitLab {
owner = "parallel-launcher";
repo = "parallel-launcher";
tag = reformatVersion finalAttrs.version;
hash = "sha256-j+fblgE891Ji+aCl3CcX0QjAAKdGiSivOVWa+KDrDoY=";
hash = "sha256-D+4vPSimIVNY8y7k0QsKZ/47ojgjR8aWBhDqBxY15Zk=";
};
patches =