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

shopware-cli: 0.1.73 -> 0.1.74
This commit is contained in:
Nick Cao 2023-06-02 23:32:44 -06:00 committed by GitHub
commit 6396f1a205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,17 +8,17 @@
buildGoModule rec {
pname = "shopware-cli";
version = "0.1.73";
version = "0.1.74";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
rev = version;
hash = "sha256-yjWLWTM6ybrNUMTMHQ3oHXTEp8MGI/qH7Y+gft5RXY8=";
hash = "sha256-2gqmHSQ8ODXKZPD8PUEwazitASDJUxhaeY2ETT7W/G0=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];
vendorHash = "sha256-eaD2vdiAmP2/cMtc1wN0qaMBRvrEckGBf0p5MI1T4gI=";
vendorHash = "sha256-AdyT44dh8xNE7CBiInBntz+KnyjrTqDPwnssNNDL/y4=";
postInstall = ''
export HOME="$(mktemp -d)"