Loading pkgs/tools/misc/shopware-cli/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,17 +8,17 @@ buildGoModule rec { pname = "shopware-cli"; version = "0.1.70"; version = "0.1.71"; src = fetchFromGitHub { repo = "shopware-cli"; owner = "FriendsOfShopware"; rev = version; hash = "sha256-lDEpPzoNc6oGqGXdpj3QratjV/JxUlce5R5tqUfgweE="; hash = "sha256-prn/22H2fVXJF/4YjrjyMoyD8JbhayXdPX06ea6VnFE="; }; nativeBuildInputs = [ installShellFiles makeWrapper ]; vendorSha256 = "sha256-uWXTT8iCPRRmsJhVDwtOvA4sR0Pm0n50nPq3i7ZRwbo="; vendorSha256 = "sha256-yQM0nRbrKvopIl78YKIF7mc5jLQ/02vVKTzE+rO6/QU="; postInstall = '' export HOME="$(mktemp -d)" Loading Loading
pkgs/tools/misc/shopware-cli/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,17 +8,17 @@ buildGoModule rec { pname = "shopware-cli"; version = "0.1.70"; version = "0.1.71"; src = fetchFromGitHub { repo = "shopware-cli"; owner = "FriendsOfShopware"; rev = version; hash = "sha256-lDEpPzoNc6oGqGXdpj3QratjV/JxUlce5R5tqUfgweE="; hash = "sha256-prn/22H2fVXJF/4YjrjyMoyD8JbhayXdPX06ea6VnFE="; }; nativeBuildInputs = [ installShellFiles makeWrapper ]; vendorSha256 = "sha256-uWXTT8iCPRRmsJhVDwtOvA4sR0Pm0n50nPq3i7ZRwbo="; vendorSha256 = "sha256-yQM0nRbrKvopIl78YKIF7mc5jLQ/02vVKTzE+rO6/QU="; postInstall = '' export HOME="$(mktemp -d)" Loading