Skip to content

Commit e0cdd6b

Browse files
shopware-cli: 0.5.9 -> 0.5.12 (#392956)
Co-authored-by: shyim <github@shyim.de>
2 parents 6022a60 + 7e19a7f commit e0cdd6b

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.9";
13+
version = "0.5.12";
1414
src = fetchFromGitHub {
1515
repo = "shopware-cli";
1616
owner = "FriendsOfShopware";
1717
tag = version;
18-
hash = "sha256-js1GSaL2Xns61LBQftYe6qxRG23cqIEi1wPdmd9qCpA=";
18+
hash = "sha256-GLa6I9DHGgWoShNRpqSbvOU8z2RlNTfEzEidUytByPI=";
1919
};
2020

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

30-
vendorHash = "sha256-Slb5OShcDDjStH3PZ/9YnzpL7rtEPZg3Tf6q/Efq5zI=";
30+
vendorHash = "sha256-z8nktXEyERWHqCUfeSgqrmYX3mxqYFyjr/cdP+yV5qE=";
3131

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

0 commit comments

Comments
 (0)