ficsit-cli: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm
2025-08-23 20:27:53 +00:00
parent f04aaa33ec
commit d0e4f523f9
+3 -3
View File
@@ -6,14 +6,14 @@
}:
buildGoModule rec {
pname = "ficsit-cli";
version = "0.6.0";
version = "0.6.1";
commit = "5dc8bdbaf6e8d9b1bcd2895e389d9d072d454e15";
src = fetchFromGitHub {
owner = "satisfactorymodding";
repo = "ficsit-cli";
tag = "v${version}";
hash = "sha256-Zwidx0war3hos9NEmk9dEzPBgDGdUtWvZb7FIF5OZMA=";
hash = "sha256-eQbHGxxI7g543XlV5y1Np8QTUsfAJdbG9sPXKbUmluc=";
};
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
doCheck = false; # Tests make an api call, which always fails in the sandbox.
vendorHash = "sha256-vmA3jvxOLRYj5BmvWMhSEnCTEoe8BLm8lpm2kruIEv4=";
vendorHash = "sha256-3YqOwjCuXF48jsGjwv4mHMoGaiPDgxjzZTcrPAtA7I0=";
meta = {
description = "CLI tool for managing Satisfactory mods";