minify: 2.20.16 -> 2.20.34

This commit is contained in:
R. Ryantm 2024-06-17 22:13:53 +00:00
parent bd8d034e65
commit ba59b79291

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "minify";
version = "2.20.16";
version = "2.20.34";
src = fetchFromGitHub {
owner = "tdewolff";
repo = pname;
rev = "v${version}";
hash = "sha256-0RiSNRoRmN7X2udwgGaArXgIRTaxaGH4fo3usiCJNbA=";
hash = "sha256-x6xeAFy96Ur+Kc1ODQxpX/lgK2CJWn34HgZzGSmcwqE=";
};
vendorHash = "sha256-8OEF2sAJZuGX4z/OsXCAkRR82JO3rYCEJQbidIjGOJ8=";
vendorHash = "sha256-LT39GYDcFL3hjiYwvbSYjV8hcg0KNgQmLMRWcdz4T48=";
nativeBuildInputs = [ installShellFiles ];