···8899buildGoModule (finalAttrs: {
1010 pname = "bark-server";
1111- version = "2.2.6";
1111+ version = "2.2.8";
12121313 src = fetchFromGitHub {
1414 owner = "Finb";
1515 repo = "bark-server";
1616 tag = "v${finalAttrs.version}";
1717- hash = "sha256-PHUQA0Iv0iJ5Hmv129sQjtmdmnVfqEqYQqbyGux+gFg=";
1717+ hash = "sha256-O4Bo3OuC8uwgFpwAY/zwSUQW6EY7h90Dn3tUjZA3j4E=";
1818 # populate values that require us to use git. By doing this in postFetch we
1919 # can delete .git afterwards and maintain better reproducibility of the src.
2020 leaveDotGit = true;