Skip to content

Commit

Permalink
shopware-cli: 0.4.29 -> 0.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
frosh-ci committed Mar 25, 2024
1 parent be66967 commit 6a17a1c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkgs/shopware-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ system ? builtins.currentSystem
}:
let
shaMap = {
x86_64-linux = "0fs3yfvwxdh59d7cn7dmb7nzjldarg5bqil0rds2bs8a90ll68dp";
aarch64-linux = "007b24vdgjwc9vqxk5f3c4a0q98fg3bjsxrc0yjary9bfcgjan58";
x86_64-darwin = "1jr51h9qnz8nzdpmxhsgjck7yy5ch8rf6wxyyqid0cv7k9dyl359";
aarch64-darwin = "1rqcdp99krbs3rmhqcm7isclm4240pj6cmkbfbb80a2f53az7lav";
x86_64-linux = "00v5lrh1ap3j7b8mghn4ipw786gav0nak38rhh6ykpwbiqvay0z7";
aarch64-linux = "1w5zlhbjav4ap2z0ig3zqi1y92jmmv1rdvsqzx4m27a1nv3fbkyh";
x86_64-darwin = "14n087rcq5l2bcxz4kvcia587z1jsgy8d4y8nfrpargv2ca5x02f";
aarch64-darwin = "0hpz4n0hafriplgxrxwxmkq4brhddv28nrwc39d58hvjsap0rkvl";
};

urlMap = {
x86_64-linux = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.29/shopware-cli_Linux_x86_64.tar.gz";
aarch64-linux = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.29/shopware-cli_Linux_arm64.tar.gz";
x86_64-darwin = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.29/shopware-cli_Darwin_x86_64.tar.gz";
aarch64-darwin = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.29/shopware-cli_Darwin_arm64.tar.gz";
x86_64-linux = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.30/shopware-cli_Linux_x86_64.tar.gz";
aarch64-linux = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.30/shopware-cli_Linux_arm64.tar.gz";
x86_64-darwin = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.30/shopware-cli_Darwin_x86_64.tar.gz";
aarch64-darwin = "https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.4.30/shopware-cli_Darwin_arm64.tar.gz";
};
in
stdenvNoCC.mkDerivation {
pname = "shopware-cli";
version = "0.4.29";
version = "0.4.30";
src = fetchurl {
url = urlMap.${system};
sha256 = shaMap.${system};
Expand Down

0 comments on commit 6a17a1c

Please sign in to comment.