Skip to content

Commit

Permalink
shopware-cli: 0.1.78 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 15, 2023
1 parent c09abea commit 6575871
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/misc/shopware-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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 = [
Expand Down

0 comments on commit 6575871

Please sign in to comment.