Merge pull request #262360 from antonmosich/minify-update

minify: 2.12.9 -> 2.19.10
This commit is contained in:
Weijia Wang
2023-10-21 15:18:09 +02:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -1274,6 +1274,9 @@
github = "antonmosich";
githubId = 27223336;
name = "Anton Mosich";
keys = [ {
fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14";
} ];
};
antono = {
email = "self@antono.info";
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "minify";
version = "2.12.9";
version = "2.19.10";
src = fetchFromGitHub {
owner = "tdewolff";
repo = pname;
rev = "v${version}";
hash = "sha256-+NBYn+gEsoclROnq2msNB4knviGn/XA9vNAuB0JZNek=";
hash = "sha256-/OfNHhWbRZI7nRhBnjXfxL4Gf011ydlwEMDadCptFJY=";
};
vendorHash = "sha256-/Pw7fHVXWsovxfyzkWfb6UiRDBmiua82667N4Scl5+A=";
vendorHash = "sha256-ZtQbhhdt9mGRbTpgm6O4wnSPoKF9bAEswppmK+Urqhs=";
nativeBuildInputs = [ installShellFiles ];