3
0
Fork 0
forked from mirrors/nixpkgs

minify: 2.19.10 -> 2.20.0

See https://github.com/tdewolff/minify/releases/tag/v2.20.0
This commit is contained in:
Anton Mosich 2023-10-28 14:19:30 +02:00
parent 5ae6cb3a54
commit b0249f884c
No known key found for this signature in database
GPG key ID: 28F77AAFFAF5BAF6

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "minify";
version = "2.19.10";
version = "2.20.0";
src = fetchFromGitHub {
owner = "tdewolff";
repo = pname;
rev = "v${version}";
hash = "sha256-/OfNHhWbRZI7nRhBnjXfxL4Gf011ydlwEMDadCptFJY=";
hash = "sha256-E29bXPfQekp/X7yAvcEWHERO3aSCRa41csZqbZ3wOno=";
};
vendorHash = "sha256-ZtQbhhdt9mGRbTpgm6O4wnSPoKF9bAEswppmK+Urqhs=";
vendorHash = "sha256-hgxYk76M2vplOY63vvaWzErNCo7knmMrbenJcoa/t0U=";
nativeBuildInputs = [ installShellFiles ];