Unverified Commit 711761a9 authored by Emily's avatar Emily Committed by GitHub
Browse files

Merge pull request #237880 from shyim/upd-sw-cli

shopware-cli: 0.1.78 -> 0.2.0
parents 6d402731 6575871b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -3,22 +3,22 @@
, fetchFromGitHub
, installShellFiles
, makeWrapper
, dart-sass-embedded
, dart-sass
}:

buildGoModule rec {
  pname = "shopware-cli";
  version = "0.1.78";
  version = "0.2.0";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    rev = version;
    hash = "sha256-IJOT4hnh/ufF8x9EXAJ6TaXVD3qoyv+NqDXqH9XB9C4=";
    hash = "sha256-IWp4cgZd6td2hOMd2r4v3MI5kY1PqLhLGAIJ3VLvgEA=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper ];

  vendorHash = "sha256-MoqLxEPxApxMyGKGiPfdehdmKacpwL0BqRP7rEC0TdY=";
  vendorHash = "sha256-JTjz39zw5Il37V6V7mOQuCYiPJnnizBhkBHBAg2DvSU=";

  postInstall = ''
    export HOME="$(mktemp -d)"
@@ -30,7 +30,7 @@ buildGoModule rec {

  preFixup = ''
    wrapProgram $out/bin/shopware-cli \
      --prefix PATH : ${lib.makeBinPath [ dart-sass-embedded ]}
      --prefix PATH : ${lib.makeBinPath [ dart-sass ]}
  '';

  ldflags = [