Unverified Commit 4633d9cf authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232050 from shyim/update-shopware-cli

shopware-cli: 0.1.62 -> 0.1.70
parents c0a88fac 00ca6e1c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

buildGoModule rec {
  pname = "shopware-cli";
  version = "0.1.62";
  version = "0.1.70";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    rev = version;
    hash = "sha256-Vxg3hYUCN4UdBGHN57VXDlGdp+qzq8tbUDPAl/Bse44=";
    hash = "sha256-lDEpPzoNc6oGqGXdpj3QratjV/JxUlce5R5tqUfgweE=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper ];

  vendorSha256 = "sha256-O3dJX2w+J9TABkytaJ0ubFg9edVpmo7iPArc+Qqh3M4=";
  vendorSha256 = "sha256-uWXTT8iCPRRmsJhVDwtOvA4sR0Pm0n50nPq3i7ZRwbo=";

  postInstall = ''
    export HOME="$(mktemp -d)"