Unverified Commit 26e8499f authored by Gaël Reyrol's avatar Gaël Reyrol
Browse files

minify: 2.12.7 -> 2.12.8

parent dd1ec904
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -9,18 +9,16 @@

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

  src = fetchFromGitHub {
    owner = "tdewolff";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-V3lFM58ciU9RrIp5s+ZMaCUAfRJxbTuQxusXhLCiGmI=";
    hash = "sha256-5p1HWXx9kKKaiC0dTQDd1JpRDhKkDGdnDpuz+I0kgpo=";
  };

  patches = [ ./update-go-version-mod.patch ];

  vendorHash = "sha256-v3ZPaeE1YW9BRXHxGsmN8tHv3ApOY+NivfePctOmYlM=";
  vendorHash = "sha256-RBBCcqahIF1KjnK/Kxr0TZlRJirFffo9Dt40gNk5EQE=";

  nativeBuildInputs = [ installShellFiles ];

@@ -47,5 +45,6 @@ buildGoModule rec {
    downloadPage = "https://github.com/tdewolff/minify";
    changelog = "https://github.com/tdewolff/minify/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ gaelreyrol ];
  };
}
+0 −12
Original line number Diff line number Diff line
diff --git a/go.mod b/go.mod
index cebe363..f9ae9c8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/tdewolff/minify/v2
 
-go 1.13
+go 1.18
 
 require (
 	github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect