lol

Merge pull request #232050 from shyim/update-shopware-cli

shopware-cli: 0.1.62 -> 0.1.70

authored by

figsoda and committed by
GitHub
4633d9cf c0a88fac

+3 -3
+3 -3
pkgs/tools/misc/shopware-cli/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "shopware-cli"; 11 - version = "0.1.62"; 11 + version = "0.1.70"; 12 12 src = fetchFromGitHub { 13 13 repo = "shopware-cli"; 14 14 owner = "FriendsOfShopware"; 15 15 rev = version; 16 - hash = "sha256-Vxg3hYUCN4UdBGHN57VXDlGdp+qzq8tbUDPAl/Bse44="; 16 + hash = "sha256-lDEpPzoNc6oGqGXdpj3QratjV/JxUlce5R5tqUfgweE="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ installShellFiles makeWrapper ]; 20 20 21 - vendorSha256 = "sha256-O3dJX2w+J9TABkytaJ0ubFg9edVpmo7iPArc+Qqh3M4="; 21 + vendorSha256 = "sha256-uWXTT8iCPRRmsJhVDwtOvA4sR0Pm0n50nPq3i7ZRwbo="; 22 22 23 23 postInstall = '' 24 24 export HOME="$(mktemp -d)"