sidebery: 5.3.2 -> 5.3.3

This commit is contained in:
2025-02-24 18:41:20 +00:00
parent acb00e7f8a
commit 6f6851f565

View File

@@ -5,12 +5,12 @@
}:
buildNpmPackage rec {
pname = "sidebery";
version = "5.3.2";
version = "5.3.3";
src = fetchFromGitHub {
owner = "mbnuqw";
repo = "sidebery";
rev = "v${version}";
hash = "sha256-tyQGSsdnSpLMz7jBGoZyJRMF6i39y+d21YsiNpxzNGc=";
hash = "sha256-wJqEuThoU5s5tYI3bpCBF5ADbLv8qeG3dDbOdL6eDoA=";
};
npmDepsHash = "sha256-wBYjX65Tb3+83NT5625j77qceCADkiS22PsmCdwbJA0=";