We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b168f96 + 080d67f commit b8a8279Copy full SHA for b8a8279
pkgs/by-name/sh/shopware-cli/package.nix
@@ -10,12 +10,12 @@
10
11
buildGoModule rec {
12
pname = "shopware-cli";
13
- version = "0.5.18";
+ version = "0.5.20";
14
src = fetchFromGitHub {
15
repo = "shopware-cli";
16
owner = "FriendsOfShopware";
17
tag = version;
18
- hash = "sha256-0s+VoLw+isYzOQDxcFxEMxuOAKSej/q0tzpgzeHcshE=";
+ hash = "sha256-GXigjGjeOK74S2ZTjQj6FA+5074bbdNVfvWrjy8fLRY=";
19
};
20
21
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
27
dart-sass
28
];
29
30
- vendorHash = "sha256-g1Xtqt+LzBIHd57AGUbKuzWmT1pTG+eciuYDfdgEmkM=";
+ vendorHash = "sha256-pT47MLTGTV9/VZ3CeevSBwm9yB68aECXmcNuiGyovXY=";
31
32
postInstall = ''
33
installShellCompletion --cmd shopware-cli \
0 commit comments