taze: 19.0.4 -> 19.1.0 (#407429)

Co-authored-by: xiaoxiangmoe <xiaoxiangmoe@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-16 05:37:55 +00:00 committed by GitHub
commit 44faf3c6e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,18 +13,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taze";
version = "19.0.4";
version = "19.1.0";
src = fetchFromGitHub {
owner = "antfu-collective";
repo = "taze";
tag = "v${finalAttrs.version}";
hash = "sha256-WHqocBPIop3sNP55+SL1+yibuMQtUnIdMyHxQdQJN5M=";
hash = "sha256-hBXs8S8mOMV7FQIhCzJuhcbTczkwMc5B44fTacAJvyw=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-AyQMFqtRW8U0zPl0c9kq8olxqgZ97ln0u/UuXw/+QXI=";
hash = "sha256-aUMV2REINp5LDcj1s8bgQAj/4508UEewu+ebD+JT0+M=";
};
nativeBuildInputs = [