Skip to content

Commit 376a91e

Browse files
nixpkgs-merge-bot[bot]emaryn
andauthored
zashboard: 1.94.2 -> 1.96.0 (#421641)
Co-authored-by: emaryn <emaryn@users.noreply.github.com>
2 parents 104581f + b26c116 commit 376a91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

1414
src = fetchFromGitHub {
1515
owner = "Zephyruso";
1616
repo = "zashboard";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-bG4fa6lsOsHYly6ORDx9WzUjgW5liY8hgUblYicbXXY=";
18+
hash = "sha256-3sY3C4iNqVPhbwWCzGRRJ9pDfewPq7q70kMrXuqZQpc=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)