shopware-cli: 0.1.74 -> 0.1.78

This commit is contained in:
Soner Sayakci 2023-06-04 22:25:51 +02:00
parent 6ad2ed2ada
commit 004976464f
No known key found for this signature in database

View file

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