Unverified Commit a1438104 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254715 from antonmosich/minify-update

minify: 2.12.8 -> 2.12.9
parents 6927c95d 49fa5fd4
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule rec {
  pname = "minify";
  version = "2.12.8";
  version = "2.12.9";

  src = fetchFromGitHub {
    owner = "tdewolff";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5p1HWXx9kKKaiC0dTQDd1JpRDhKkDGdnDpuz+I0kgpo=";
    hash = "sha256-+NBYn+gEsoclROnq2msNB4knviGn/XA9vNAuB0JZNek=";
  };

  vendorHash = "sha256-RBBCcqahIF1KjnK/Kxr0TZlRJirFffo9Dt40gNk5EQE=";
  vendorHash = "sha256-/Pw7fHVXWsovxfyzkWfb6UiRDBmiua82667N4Scl5+A=";

  nativeBuildInputs = [ installShellFiles ];

@@ -46,5 +46,6 @@ buildGoModule rec {
    changelog = "https://github.com/tdewolff/minify/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ gaelreyrol ];
    mainProgram = "minify";
  };
}