parallel-launcher: 9.0.4 -> 9.0.5

This commit is contained in:
R. Ryantm
2026-06-16 23:09:50 +00:00
parent 1a4ecdf927
commit 203c920151
@@ -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 =