satisfactorymodmanager: 3.0.5 -> 3.0.6 (#519623)

This commit is contained in:
Nick Cao
2026-05-13 20:05:29 +00:00
committed by GitHub
@@ -17,13 +17,13 @@ let
in
buildGoModule rec {
pname = "satisfactorymodmanager";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "satisfactorymodding";
repo = "SatisfactoryModManager";
tag = "v${version}";
hash = "sha256-n1eGgvIxbWMugCaB/YX1chPgt97autDDJzomIgntz6M=";
hash = "sha256-VgLlMlCPLT8lu2tn+lrkqVCp2eoYhtyNnrWGGqesMd0=";
};
patches = [