shopware-cli: 0.5.20 -> 0.6.1 (#409906)

Co-authored-by: shyim <github@shyim.de>

authored by nixpkgs-merge-bot[bot] shyim and committed by GitHub f62af116 d1ab552b

+3 -3
+3 -3
pkgs/by-name/sh/shopware-cli/package.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "shopware-cli"; 13 - version = "0.5.20"; 13 + version = "0.6.1"; 14 14 src = fetchFromGitHub { 15 15 repo = "shopware-cli"; 16 16 owner = "FriendsOfShopware"; 17 17 tag = version; 18 - hash = "sha256-GXigjGjeOK74S2ZTjQj6FA+5074bbdNVfvWrjy8fLRY="; 18 + hash = "sha256-GdZq3Jn+SAtf0SqJSc+52JA+VR3cFJ5DzQo3cMu9Ahs="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 27 27 dart-sass 28 28 ]; 29 29 30 - vendorHash = "sha256-pT47MLTGTV9/VZ3CeevSBwm9yB68aECXmcNuiGyovXY="; 30 + vendorHash = "sha256-bNno3YGfm/3MLMtp3N2XX4UwXNZ0lusjIjnZJlke09Q="; 31 31 32 32 postInstall = '' 33 33 installShellCompletion --cmd shopware-cli \