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

shopware-cli: 0.4.30 -> 0.4.33
This commit is contained in:
Weijia Wang 2024-04-03 10:44:00 +02:00 committed by GitHub
commit d370259d4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@
buildGoModule rec {
pname = "shopware-cli";
version = "0.4.30";
version = "0.4.33";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
rev = version;
hash = "sha256-QfeQ73nTvLavUIpHlTBTkY1GGqZCednlXRBigwPCt48=";
hash = "sha256-BwoCp92tE/fsYIgez/BcU4f23IU5lMQ6jQKOCZ/oTEk=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];