about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-25 14:57:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-25 14:57:58 +0000
commit9525c80b181f94242f032531e0e4f5fd34385e99 (patch)
tree398516dd596a82168c08355078f57bb0d025a4ba
parentb1b78f4369f2c029d1d6455eaedb782be44d7921 (diff)
downloadnixlib-9525c80b181f94242f032531e0e4f5fd34385e99.tar
nixlib-9525c80b181f94242f032531e0e4f5fd34385e99.tar.gz
nixlib-9525c80b181f94242f032531e0e4f5fd34385e99.tar.bz2
nixlib-9525c80b181f94242f032531e0e4f5fd34385e99.tar.lz
nixlib-9525c80b181f94242f032531e0e4f5fd34385e99.tar.xz
nixlib-9525c80b181f94242f032531e0e4f5fd34385e99.tar.zst
nixlib-9525c80b181f94242f032531e0e4f5fd34385e99.zip
shopware-cli: 0.4.29 -> 0.4.30
-rw-r--r--pkgs/by-name/sh/shopware-cli/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sh/shopware-cli/package.nix b/pkgs/by-name/sh/shopware-cli/package.nix
index 8504a28a22a9..107e6ee1fc22 100644
--- a/pkgs/by-name/sh/shopware-cli/package.nix
+++ b/pkgs/by-name/sh/shopware-cli/package.nix
@@ -9,18 +9,18 @@
 
 buildGoModule rec {
   pname = "shopware-cli";
-  version = "0.4.29";
+  version = "0.4.30";
   src = fetchFromGitHub {
     repo = "shopware-cli";
     owner = "FriendsOfShopware";
     rev = version;
-    hash = "sha256-gAn/AkubIwcNBrqBWggVXEmqXuXxjt1xZop0dQ291pA=";
+    hash = "sha256-QfeQ73nTvLavUIpHlTBTkY1GGqZCednlXRBigwPCt48=";
   };
 
   nativeBuildInputs = [ installShellFiles makeWrapper ];
   nativeCheckInputs = [ git dart-sass ];
 
-  vendorHash = "sha256-S7M7B4jtAe1jD6W5q2UewgwG++ecE46Rrp2Qt6kCDeQ=";
+  vendorHash = "sha256-dhOw/38FRQCA90z0DdyIPLrYiQ/tutGsdCb108ZLliU=";
 
   postInstall = ''
     export HOME="$(mktemp -d)"