Skip to content

Commit 96e7dde

Browse files
committed
taze: 19.0.4 -> 19.1.0
1 parent 6f82867 commit 96e7dde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/taze/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ let
1313
in
1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "taze";
16-
version = "19.0.4";
16+
version = "19.1.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "antfu-collective";
2020
repo = "taze";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-WHqocBPIop3sNP55+SL1+yibuMQtUnIdMyHxQdQJN5M=";
22+
hash = "sha256-hBXs8S8mOMV7FQIhCzJuhcbTczkwMc5B44fTacAJvyw=";
2323
};
2424

2525
pnpmDeps = pnpm.fetchDeps {
2626
inherit (finalAttrs) pname version src;
27-
hash = "sha256-AyQMFqtRW8U0zPl0c9kq8olxqgZ97ln0u/UuXw/+QXI=";
27+
hash = "sha256-aUMV2REINp5LDcj1s8bgQAj/4508UEewu+ebD+JT0+M=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)