ficsit-cli: 0.6.0 -> 0.6.1 (#436286)

Co-authored-by: weirdrock <weirdrock@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-23 22:57:44 +00:00
committed by GitHub
co-authored by weirdrock
+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";