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 6022a60 + 7e19a7f commit e0cdd6bCopy full SHA for e0cdd6b
pkgs/by-name/sh/shopware-cli/package.nix
@@ -10,12 +10,12 @@
10
11
buildGoModule rec {
12
pname = "shopware-cli";
13
- version = "0.5.9";
+ version = "0.5.12";
14
src = fetchFromGitHub {
15
repo = "shopware-cli";
16
owner = "FriendsOfShopware";
17
tag = version;
18
- hash = "sha256-js1GSaL2Xns61LBQftYe6qxRG23cqIEi1wPdmd9qCpA=";
+ hash = "sha256-GLa6I9DHGgWoShNRpqSbvOU8z2RlNTfEzEidUytByPI=";
19
};
20
21
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
27
dart-sass
28
];
29
30
- vendorHash = "sha256-Slb5OShcDDjStH3PZ/9YnzpL7rtEPZg3Tf6q/Efq5zI=";
+ vendorHash = "sha256-z8nktXEyERWHqCUfeSgqrmYX3mxqYFyjr/cdP+yV5qE=";
31
32
postInstall = ''
33
installShellCompletion --cmd shopware-cli \
0 commit comments