Merge pull request #297938 from r-ryantm/auto-update/shopify-themekit

shopify-themekit: 1.3.1 -> 1.3.2
This commit is contained in:
Nick Cao 2024-03-22 11:52:53 -04:00 committed by GitHub
commit 24971fa151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "shopify-themekit";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "Shopify";
repo = "themekit";
rev = "v${version}";
sha256 = "sha256-HtgA+R6THZ49WYtGlHS1EzekjuuGgPe657Y6ewraD4o=";
sha256 = "sha256-A/t6yQW2xRFZYuYRyNN/0v4zdivch3tiv65a7TdHm2c=";
};
vendorHash = "sha256-8QpkYj0fQb4plzvk6yCrZho8rq9VBiLft/EO3cczciI=";
vendorHash = "sha256-o928qjp7+/U1W03esYTwVEfQ4A3TmPnmgmh4oWpqJoo=";
ldflags = [ "-s" "-w" ];