Unverified Commit 94f915aa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #262056 from r-ryantm/auto-update/shopware-cli

shopware-cli: 0.3.5 -> 0.3.6
parents 2f8f328b c9368669
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildGoModule rec {
  pname = "shopware-cli";
  version = "0.3.5";
  version = "0.3.6";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    rev = version;
    hash = "sha256-xjeko2aFnz3vjQqqn/VimYGg9lZaz5trDX5HC8a+XgE=";
    hash = "sha256-3Js44cLS6GLI6wFuT2wxgwyMF3beXaULVeaejfxxtA0=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper ];