parallel-launcher: 9.0.2 -> 9.0.4

This commit is contained in:
R. Ryantm
2026-05-04 06:55:29 +00:00
parent 788368c327
commit a440d51e40
@@ -55,13 +55,13 @@ stdenv.mkDerivation (
in
{
pname = "parallel-launcher";
version = "9.0.2"; # Check ./parallel-n64-next.nix for updates when updating, too
version = "9.0.4"; # Check ./parallel-n64-next.nix for updates when updating, too
src = fetchFromGitLab {
owner = "parallel-launcher";
repo = "parallel-launcher";
tag = reformatVersion finalAttrs.version;
hash = "sha256-JrZy60xWgrUlFcyGNVBUfHg/diM5TG5mIbbOXpee/2U=";
hash = "sha256-j+fblgE891Ji+aCl3CcX0QjAAKdGiSivOVWa+KDrDoY=";
};
patches =