Unverified Commit c82574fd authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

shopware-cli: 0.6.19 -> 0.6.22 (#426723)

parents 55084790 276558fc
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.6.19";
  version = "0.6.22";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    tag = version;
    hash = "sha256-alR7t0HgR3LrKDWPV2alWWThylvoBVnYuo6UmT81hcA=";
    hash = "sha256-u5hFjDLGBXVvAp4WYWBb3HCzGDjkg9jj251LaV1zA8I=";
  };

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

  vendorHash = "sha256-sIABE9HrdaUIBZiCEpWKHHRnsHoF5ntO+CKg9YMsTIY=";
  vendorHash = "sha256-Ckn6+DzHPX+UG5YxYqvkdaio/elRQssbDSR+zAfxzdE=";

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