minify: 2.20.15 -> 2.20.16

This commit is contained in:
R. Ryantm 2024-01-30 22:57:23 +00:00 committed by Yaya
parent 04159da1bb
commit 9d3034e4ba

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "minify";
version = "2.20.15";
version = "2.20.16";
src = fetchFromGitHub {
owner = "tdewolff";
repo = pname;
rev = "v${version}";
hash = "sha256-/CTQ1Ok9ODueM2cDpDTAnpu5vvvYAAVxqhF+Uu487N4=";
hash = "sha256-0RiSNRoRmN7X2udwgGaArXgIRTaxaGH4fo3usiCJNbA=";
};
vendorHash = "sha256-OrBFQl/IBzMFK3O1C1vsJdRRrq9AP6rs2KUIcyx2IlQ=";
vendorHash = "sha256-8OEF2sAJZuGX4z/OsXCAkRR82JO3rYCEJQbidIjGOJ8=";
nativeBuildInputs = [ installShellFiles ];