Unverified Commit f62af116 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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



Co-authored-by: default avatarshyim <github@shyim.de>
parents d1ab552b 150864f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildGoModule rec {
  pname = "shopware-cli";
  version = "0.5.20";
  version = "0.6.1";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    tag = version;
    hash = "sha256-GXigjGjeOK74S2ZTjQj6FA+5074bbdNVfvWrjy8fLRY=";
    hash = "sha256-GdZq3Jn+SAtf0SqJSc+52JA+VR3cFJ5DzQo3cMu9Ahs=";
  };

  nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
    dart-sass
  ];

  vendorHash = "sha256-pT47MLTGTV9/VZ3CeevSBwm9yB68aECXmcNuiGyovXY=";
  vendorHash = "sha256-bNno3YGfm/3MLMtp3N2XX4UwXNZ0lusjIjnZJlke09Q=";

  postInstall = ''
    installShellCompletion --cmd shopware-cli \