about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSoner Sayakci <s.sayakci@shopware.com>2023-06-04 22:25:51 +0200
committerSoner Sayakci <s.sayakci@shopware.com>2023-06-04 22:25:51 +0200
commit004976464fe9baeac38331d9ea21d7aacb33c988 (patch)
tree071ae68420250fc75326347eb6fd27f34935d185 /pkgs
parent6ad2ed2adad82733f97df5c912c1cf3b46687047 (diff)
shopware-cli: 0.1.74 -> 0.1.78
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/shopware-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/shopware-cli/default.nix b/pkgs/tools/misc/shopware-cli/default.nix
index c06eb925b6f8f..e30ea8e5526ec 100644
--- a/pkgs/tools/misc/shopware-cli/default.nix
+++ b/pkgs/tools/misc/shopware-cli/default.nix
@@ -8,17 +8,17 @@
 
 buildGoModule rec {
   pname = "shopware-cli";
-  version = "0.1.74";
+  version = "0.1.78";
   src = fetchFromGitHub {
     repo = "shopware-cli";
     owner = "FriendsOfShopware";
     rev = version;
-    hash = "sha256-2gqmHSQ8ODXKZPD8PUEwazitASDJUxhaeY2ETT7W/G0=";
+    hash = "sha256-IJOT4hnh/ufF8x9EXAJ6TaXVD3qoyv+NqDXqH9XB9C4=";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];
 
-  vendorHash = "sha256-AdyT44dh8xNE7CBiInBntz+KnyjrTqDPwnssNNDL/y4=";
+  vendorHash = "sha256-MoqLxEPxApxMyGKGiPfdehdmKacpwL0BqRP7rEC0TdY=";
 
   postInstall = ''
     export HOME="$(mktemp -d)"