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

shopware-cli: 0.5.18 -> 0.5.20 (#406321)



Co-authored-by: default avatarshyim <github@shyim.de>
parents b168f962 080d67f4
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.18";
  version = "0.5.20";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    tag = version;
    hash = "sha256-0s+VoLw+isYzOQDxcFxEMxuOAKSej/q0tzpgzeHcshE=";
    hash = "sha256-GXigjGjeOK74S2ZTjQj6FA+5074bbdNVfvWrjy8fLRY=";
  };

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

  vendorHash = "sha256-g1Xtqt+LzBIHd57AGUbKuzWmT1pTG+eciuYDfdgEmkM=";
  vendorHash = "sha256-pT47MLTGTV9/VZ3CeevSBwm9yB68aECXmcNuiGyovXY=";

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