shopware-cli: 0.15.11 -> 0.15.12 (#540707)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-11 20:25:54 +00:00
committed by GitHub

View File

@@ -11,12 +11,12 @@
buildGoModule (finalAttrs: {
pname = "shopware-cli";
version = "0.15.11";
version = "0.15.12";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "shopware";
tag = finalAttrs.version;
hash = "sha256-N+V1ta+NM2PpS2BS7wSpS8JaZFRMdVy6fM8HtGh7PjA=";
hash = "sha256-9T04G88OPjdgHKWpuRAma5HGudVfep0cN5tR+MHL28Q=";
};
nativeBuildInputs = [