cinny{-unwrapped,-desktop}: 4.11.1 -> 4.12.1 (#520385)

This commit is contained in:
Thomas Gerbet
2026-05-17 19:21:23 +00:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -21,18 +21,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cinny-desktop";
# We have to be using the same version as cinny-web or this isn't going to work.
version = "4.11.1";
version = "4.12.1";
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny-desktop";
tag = "v${finalAttrs.version}";
hash = "sha256-/zHXlAqIxWN1obFO3H/eqFj38pjopF4D5ooz0YiVgD0=";
hash = "sha256-SRtnib5C9YlNOC1YgXZVFgO2dIHSmk+I20Ltf4XkJ6E=";
};
sourceRoot = "${finalAttrs.src.name}/src-tauri";
cargoHash = "sha256-bchjUTC0/hWPf/cOs+cxRbqho/B9LMJ3ChW530zEoXU=";
cargoHash = "sha256-x7rpnhTz454Ftolu4x50NSGKdg8NfenUwdhPY4a+lbA=";
postPatch =
let
+4 -3
View File
@@ -7,17 +7,17 @@
buildNpmPackage (finalAttrs: {
pname = "cinny-unwrapped";
# Remember to update cinny-desktop when bumping this version.
version = "4.11.1";
version = "4.12.1";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny";
tag = "v${finalAttrs.version}";
hash = "sha256-dwI3zNey/ukF3t2fhH/ePf4o4iBDwZyLWMYebPgXmWU=";
hash = "sha256-s9nu6hYe0OvRcp8n2cOJnhEzIV+nyjnfwTrY477XDT8=";
};
npmDepsHash = "sha256-27WFjb08p09aJRi0S2PvYq3bivEuG5+z2QhFahTSj4Q=";
npmDepsHash = "sha256-e37tSrqrEXGH2uInFAiikHNwJ13gXlG50SeYF/HO0z4=";
# Skip rebuilding native modules since they're not needed for the web app
npmRebuildFlags = [
@@ -38,6 +38,7 @@ buildNpmPackage (finalAttrs: {
maintainers = with lib.maintainers; [
abbe
rebmit
ryand56
];
license = lib.licenses.agpl3Only;
platforms = lib.platforms.all;