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

shopware-cli: 0.4.29 -> 0.4.30
This commit is contained in:
Nick Cao 2024-03-25 11:45:19 -04:00 committed by GitHub
commit a01132bc46
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.29";
version = "0.4.30";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
rev = version;
hash = "sha256-gAn/AkubIwcNBrqBWggVXEmqXuXxjt1xZop0dQ291pA=";
hash = "sha256-QfeQ73nTvLavUIpHlTBTkY1GGqZCednlXRBigwPCt48=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];
nativeCheckInputs = [ git dart-sass ];
vendorHash = "sha256-S7M7B4jtAe1jD6W5q2UewgwG++ecE46Rrp2Qt6kCDeQ=";
vendorHash = "sha256-dhOw/38FRQCA90z0DdyIPLrYiQ/tutGsdCb108ZLliU=";
postInstall = ''
export HOME="$(mktemp -d)"