dashy-ui: 4.4.2 -> 4.4.5 (#543196)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-20 05:30:19 +00:00
committed by GitHub

View File

@@ -17,12 +17,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "dashy-ui";
version = "4.4.2";
version = "4.4.5";
src = fetchFromGitHub {
owner = "lissy93";
repo = "dashy";
tag = finalAttrs.version;
hash = "sha256-4AJx/BoRVYA8dU6HrIvGYWflvppxNsi2PWSpnJLWR0w=";
hash = "sha256-S9x/qMjOwg0M59E0Ck7Ff3TYntXWkxansSNmNzWmJTk=";
};
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";