Skip to content

Commit

Permalink
Merge pull request NixOS#264923 from r-ryantm/auto-update/minify
Browse files Browse the repository at this point in the history
minify: 2.20.1 -> 2.20.5
  • Loading branch information
natsukium authored Nov 2, 2023
2 parents b925c84 + b09fd36 commit 3192b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/web/minify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "minify";
version = "2.20.1";
version = "2.20.5";

src = fetchFromGitHub {
owner = "tdewolff";
repo = pname;
rev = "v${version}";
hash = "sha256-NcvgY3Aw3v8JpVc3Sfe2mFi6FFCojnUlhORgOElIaiM=";
hash = "sha256-+oaK6OdBRxtWW+0zp+pbCcGyphuOLzyv/LfjDqDiTGw=";
};

vendorHash = "sha256-oTdHfvLGekcdppn9w1gZ18CY0vuuf9z6GsNUHncDFFs=";
vendorHash = "sha256-GQqdr0zMQhi6QfLAyFchtWPOGfpo5yODDinKWA/s+qs=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 3192b9a

Please sign in to comment.