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

shopware-cli: 0.4.42 -> 0.4.43
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-11 09:28:48 +00:00 committed by GitHub
commit 9f35892955
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.42";
version = "0.4.43";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
rev = version;
hash = "sha256-+nSX7HUf9o43d3BoPPXebvMSdS1D2J6VVo7FWCwQcSU=";
hash = "sha256-c8CaPxV54bF4Unlz15SIh64jiGZMZywcKOzdZ74AtaM=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];