about summary refs log tree commit diff
path: root/pkgs/by-name/sh
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-05-11 09:28:48 +0000
committerGitHub <noreply@github.com>2024-05-11 09:28:48 +0000
commit9f358929554e8fca9b98e68bb2d9515d2e7d1d45 (patch)
tree2ea481b8e9e18204ccd58ea3d6e10d0f563285d3 /pkgs/by-name/sh
parent62f659318d805c3c999472264d70bff29639a141 (diff)
parentf53bfe8a52a08041225531906bf80305fe356c25 (diff)
Merge pull request #310766 from r-ryantm/auto-update/shopware-cli
shopware-cli: 0.4.42 -> 0.4.43
Diffstat (limited to 'pkgs/by-name/sh')
-rw-r--r--pkgs/by-name/sh/shopware-cli/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/sh/shopware-cli/package.nix b/pkgs/by-name/sh/shopware-cli/package.nix
index 587716eab9d34..899b956b50a68 100644
--- a/pkgs/by-name/sh/shopware-cli/package.nix
+++ b/pkgs/by-name/sh/shopware-cli/package.nix
@@ -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 ];