Skip to content

Commit

Permalink
Merge pull request NixOS#308851 from r-ryantm/auto-update/shopware-cli
Browse files Browse the repository at this point in the history
shopware-cli: 0.4.40 -> 0.4.42
  • Loading branch information
wegank committed May 3, 2024
2 parents ced89ef + 2326c30 commit 2650cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sh/shopware-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

buildGoModule rec {
pname = "shopware-cli";
version = "0.4.40";
version = "0.4.42";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
rev = version;
hash = "sha256-ZyLEv9yWBoDDliMcb8DBvq+7VXva50No9GX/xyIZCcM=";
hash = "sha256-+nSX7HUf9o43d3BoPPXebvMSdS1D2J6VVo7FWCwQcSU=";
};

nativeBuildInputs = [ installShellFiles makeWrapper ];
nativeCheckInputs = [ git dart-sass ];

vendorHash = "sha256-K6JcwZ7u/CYCY+Kpi3Ju6b5hZnyjs/fUTkRtZ9IEAS0=";
vendorHash = "sha256-7K56fBX4y2UPofksAl6+u7jBg5tySvtrutUJXDJ/qz4=";

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

0 comments on commit 2650cde

Please sign in to comment.