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 083902d + a36a61d commit 87060a0Copy full SHA for 87060a0
pkgs/by-name/sh/shopware-cli/package.nix
@@ -10,12 +10,12 @@
10
11
buildGoModule rec {
12
pname = "shopware-cli";
13
- version = "0.4.61";
+ version = "0.4.62";
14
src = fetchFromGitHub {
15
repo = "shopware-cli";
16
owner = "FriendsOfShopware";
17
rev = version;
18
- hash = "sha256-pvc5ZCB6RbaDJ6RigDmlurym/Rs8Jzu6gSKIod4k9PE=";
+ hash = "sha256-nFjm1z7QXuUkZ4sVRY0KdFpo0SXBTmJNA28YJpAyG2w=";
19
};
20
21
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
27
dart-sass
28
];
29
30
- vendorHash = "sha256-KFhMP8R3GnBY3GhJV57WR3zlDbCqDeLD0A5P4oR1ZMY=";
+ vendorHash = "sha256-7DVC68tKoEwaTbF6Lkv1Ib1imZojTPW3G/QS3W6N8ys=";
31
32
postInstall = ''
33
export HOME="$(mktemp -d)"
0 commit comments