Skip to content

Commit 19c41b3

Browse files
committed
zashboard: 1.81.0 -> 1.83.0
1 parent 771ab06 commit 19c41b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/za/zashboard/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "zashboard";
12-
version = "1.81.0";
12+
version = "1.83.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "Zephyruso";
1616
repo = "zashboard";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-pZ0oSH20vdvfAhKfEn8LPRUN1NgBkSDmxdwFZF6ynB4=";
18+
hash = "sha256-PUzsqzqFTDBC+n/WOOwoDNVzBmxHFqPYy73VFqHcsA4=";
1919
};
2020

2121
nativeBuildInputs = [
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
2525

2626
pnpmDeps = pnpm_9.fetchDeps {
2727
inherit (finalAttrs) pname version src;
28-
hash = "sha256-urnkCeGXUA194NiD0BdNFNGRHia0ea+ibKLmuQJ0cgI=";
28+
hash = "sha256-If3N000TbUERPo3hPBQtv/iQw1p0MhqFdFfhn8HHkrs=";
2929
};
3030

3131
buildPhase = ''

0 commit comments

Comments
 (0)