cinny-unwrapped: 4.12.3 -> 4.12.6

Changelog: https://github.com/cinnyapp/cinny/releases/tag/v4.12.6

Diff: https://github.com/cinnyapp/cinny/compare/v4.12.3...v4.12.6
This commit is contained in:
Tom Herbers
2026-08-02 16:50:19 +02:00
parent 148bab9c1c
commit f04ab55e3b

View File

@@ -7,17 +7,17 @@
buildNpmPackage (finalAttrs: {
pname = "cinny-unwrapped";
# Remember to update cinny-desktop when bumping this version.
version = "4.12.3";
version = "4.12.6";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny";
tag = "v${finalAttrs.version}";
hash = "sha256-RjPdq9xNvUbJESV7CqxmgfqAx+MoKZbhUtJNTcH9aUk=";
hash = "sha256-rxW26obe+9FJmWFAZijfEqVQxH8DYSaq5/faoypmV3I=";
};
npmDepsHash = "sha256-CU8AVRuMFOGI0/LbN0LGysBk+qc2XQYxQGfrrH72stc=";
npmDepsHash = "sha256-zzyc04GrmEtqzVo2LPMw6l9Hb24XZF3XVBReWY79Pxc=";
# Skip rebuilding native modules since they're not needed for the web app
npmRebuildFlags = [