shopware-cli: 0.6.1 -> 0.6.3 (#413117)

Co-authored-by: shyim <github@shyim.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-02 07:43:23 +00:00 committed by GitHub
commit 96ebc0e4b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,12 +10,12 @@
buildGoModule rec {
pname = "shopware-cli";
version = "0.6.1";
version = "0.6.3";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
tag = version;
hash = "sha256-GdZq3Jn+SAtf0SqJSc+52JA+VR3cFJ5DzQo3cMu9Ahs=";
hash = "sha256-UkLzjW3Ak+bMw+nRqlaojeJ67cxadkvufZ/pn1nTmoM=";
};
nativeBuildInputs = [