about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-03 10:44:00 +0200
committerGitHub <noreply@github.com>2024-04-03 10:44:00 +0200
commitd370259d4e5a056894d36b43a31fa338463a2cee (patch)
treee69ecc6bce72f0262379f6c10266873616f07d36 /pkgs
parenta97567987b75aaf3cbc96b32c2ed669416c13838 (diff)
parent3b2fe1c824627a895583167d41f86b7a03fcfa97 (diff)
Merge pull request #301158 from r-ryantm/auto-update/shopware-cli
shopware-cli: 0.4.30 -> 0.4.33
Diffstat (limited to 'pkgs')
-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 107e6ee1fc22d..3f6f75758452b 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.30";
+  version = "0.4.33";
   src = fetchFromGitHub {
     repo = "shopware-cli";
     owner = "FriendsOfShopware";
     rev = version;
-    hash = "sha256-QfeQ73nTvLavUIpHlTBTkY1GGqZCednlXRBigwPCt48=";
+    hash = "sha256-BwoCp92tE/fsYIgez/BcU4f23IU5lMQ6jQKOCZ/oTEk=";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];