···1010in
1111buildGoModule rec {
1212 pname = "process-compose";
1313- version = "1.75.1";
1313+ version = "1.75.2";
14141515 src = fetchFromGitHub {
1616 owner = "F1bonacc1";
1717 repo = "process-compose";
1818 tag = "v${version}";
1919- hash = "sha256-4Frcslk0QBRl3OuWt4+erXoZhIUut8G0op91+1U1bfI=";
1919+ hash = "sha256-BKf8FrgpGhYzuukAFP+OCjvp5bMCQL6BmZ+Tk/E8RIY=";
2020 # populate values that require us to use git. By doing this in postFetch we
2121 # can delete .git afterwards and maintain better reproducibility of the src.
2222 leaveDotGit = true;