Merge pull request #285322 from r-ryantm/auto-update/shopware-cli

shopware-cli: 0.4.18 -> 0.4.22
This commit is contained in:
Pol Dellaiera 2024-01-31 21:48:56 +01:00 committed by GitHub
commit 09d3f4d5af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,18 +9,18 @@
buildGoModule rec {
pname = "shopware-cli";
version = "0.4.18";
version = "0.4.22";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
rev = version;
hash = "sha256-LOmGxH/czICSii8AkoXi1cQPL+MErV92iUZtJc2eg64=";
hash = "sha256-P93wxAApV2iWXSQGXsCPjmvj2gGMwbKw6+yMgiainb4=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];
nativeCheckInputs = [ git dart-sass ];
vendorHash = "sha256-KMNPw2B4fLaOdSIFHBIAKXUtnu0sMwksJg3RUZKLDsE=";
vendorHash = "sha256-FalN3qhw2o9NvSIfEU4juevPAsxQoksNjL3eATf0umU=";
postInstall = ''
export HOME="$(mktemp -d)"