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 { buildNpmPackage rec {
pname = "sidebery"; pname = "sidebery";
version = "5.3.2"; version = "5.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mbnuqw"; owner = "mbnuqw";
repo = "sidebery"; repo = "sidebery";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tyQGSsdnSpLMz7jBGoZyJRMF6i39y+d21YsiNpxzNGc="; hash = "sha256-wJqEuThoU5s5tYI3bpCBF5ADbLv8qeG3dDbOdL6eDoA=";
}; };
npmDepsHash = "sha256-wBYjX65Tb3+83NT5625j77qceCADkiS22PsmCdwbJA0="; npmDepsHash = "sha256-wBYjX65Tb3+83NT5625j77qceCADkiS22PsmCdwbJA0=";