···10in
11buildGoModule rec {
12 pname = "process-compose";
13- version = "1.75.1";
1415 src = fetchFromGitHub {
16 owner = "F1bonacc1";
17 repo = "process-compose";
18 tag = "v${version}";
19- hash = "sha256-4Frcslk0QBRl3OuWt4+erXoZhIUut8G0op91+1U1bfI=";
20 # populate values that require us to use git. By doing this in postFetch we
21 # can delete .git afterwards and maintain better reproducibility of the src.
22 leaveDotGit = true;
···10in
11buildGoModule rec {
12 pname = "process-compose";
13+ version = "1.75.2";
1415 src = fetchFromGitHub {
16 owner = "F1bonacc1";
17 repo = "process-compose";
18 tag = "v${version}";
19+ hash = "sha256-BKf8FrgpGhYzuukAFP+OCjvp5bMCQL6BmZ+Tk/E8RIY=";
20 # populate values that require us to use git. By doing this in postFetch we
21 # can delete .git afterwards and maintain better reproducibility of the src.
22 leaveDotGit = true;