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

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

shopware-cli: 0.4.42 -> 0.4.43
parents 62f65931 f53bfe8a
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.4.42";
  version = "0.4.43";
  src = fetchFromGitHub {
    repo = "shopware-cli";
    owner = "FriendsOfShopware";
    rev = version;
    hash = "sha256-+nSX7HUf9o43d3BoPPXebvMSdS1D2J6VVo7FWCwQcSU=";
    hash = "sha256-c8CaPxV54bF4Unlz15SIh64jiGZMZywcKOzdZ74AtaM=";
  };

  nativeBuildInputs = [ installShellFiles makeWrapper ];