Skip to content

Commit 080d67f

Browse files
committed
shopware-cli: 0.5.18 -> 0.5.20
1 parent e09a2ca commit 080d67f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/shopware-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
buildGoModule rec {
1212
pname = "shopware-cli";
13-
version = "0.5.18";
13+
version = "0.5.20";
1414
src = fetchFromGitHub {
1515
repo = "shopware-cli";
1616
owner = "FriendsOfShopware";
1717
tag = version;
18-
hash = "sha256-0s+VoLw+isYzOQDxcFxEMxuOAKSej/q0tzpgzeHcshE=";
18+
hash = "sha256-GXigjGjeOK74S2ZTjQj6FA+5074bbdNVfvWrjy8fLRY=";
1919
};
2020

2121
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
2727
dart-sass
2828
];
2929

30-
vendorHash = "sha256-g1Xtqt+LzBIHd57AGUbKuzWmT1pTG+eciuYDfdgEmkM=";
30+
vendorHash = "sha256-pT47MLTGTV9/VZ3CeevSBwm9yB68aECXmcNuiGyovXY=";
3131

3232
postInstall = ''
3333
installShellCompletion --cmd shopware-cli \

0 commit comments

Comments
 (0)