We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 104581f + b26c116 commit 376a91eCopy full SHA for 376a91e
1 file changed
pkgs/by-name/za/zashboard/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "zashboard";
12
- version = "1.94.2";
+ version = "1.96.0";
13
14
src = fetchFromGitHub {
15
owner = "Zephyruso";
16
repo = "zashboard";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-bG4fa6lsOsHYly6ORDx9WzUjgW5liY8hgUblYicbXXY=";
+ hash = "sha256-3sY3C4iNqVPhbwWCzGRRJ9pDfewPq7q70kMrXuqZQpc=";
19
};
20
21
nativeBuildInputs = [
0 commit comments