Loading pkgs/by-name/ci/cinny-desktop/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,19 +19,19 @@ rustPlatform.buildRustPackage rec { pname = "cinny-desktop"; # We have to be using the same version as cinny-web or this isn't going to work. version = "4.3.2"; version = "4.5.0"; src = fetchFromGitHub { owner = "cinnyapp"; repo = "cinny-desktop"; tag = "v${version}"; hash = "sha256-GwLfeQG19s35sEfeZmWa+PkJtAcSUHcbe05KnJ+jttY="; hash = "sha256-FXGziCGd3537VcO4dzO8ZvsFSK/k6QSyQlcEC4RyQto="; }; sourceRoot = "${src.name}/src-tauri"; useFetchCargoVendor = true; cargoHash = "sha256-cX6nVNdSpy1Kbccuiv0XG+MysCjrLem42osTvhn2aMA="; cargoHash = "sha256-NESiUh8ylGna2uasyyo59TpViRorE7Cxo0ivmIKkUdU="; postPatch = let Loading pkgs/by-name/ci/cinny-unwrapped/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,16 +13,16 @@ buildNpmPackage rec { pname = "cinny-unwrapped"; version = "4.3.2"; version = "4.5.0"; src = fetchFromGitHub { owner = "cinnyapp"; repo = "cinny"; rev = "v${version}"; hash = "sha256-PXh3ouPPgSm4BFq6lE4vr2L+Eu7rsANvhXzqYY0rpVw="; hash = "sha256-Mb9TEQAFtP73rBBP6gLwEdAtWKSoxP2lNcrs4qsnp5g="; }; npmDepsHash = "sha256-Ktz82HzbWeMvx5McWS11qpqWNVWJU6yxIFzUkMoT6WE="; npmDepsHash = "sha256-sXwqNKm7j/Ju70l2Zk5uIByVO3ldN7HkDoGX/01vID0="; nativeBuildInputs = [ python3 Loading Loading
pkgs/by-name/ci/cinny-desktop/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,19 +19,19 @@ rustPlatform.buildRustPackage rec { pname = "cinny-desktop"; # We have to be using the same version as cinny-web or this isn't going to work. version = "4.3.2"; version = "4.5.0"; src = fetchFromGitHub { owner = "cinnyapp"; repo = "cinny-desktop"; tag = "v${version}"; hash = "sha256-GwLfeQG19s35sEfeZmWa+PkJtAcSUHcbe05KnJ+jttY="; hash = "sha256-FXGziCGd3537VcO4dzO8ZvsFSK/k6QSyQlcEC4RyQto="; }; sourceRoot = "${src.name}/src-tauri"; useFetchCargoVendor = true; cargoHash = "sha256-cX6nVNdSpy1Kbccuiv0XG+MysCjrLem42osTvhn2aMA="; cargoHash = "sha256-NESiUh8ylGna2uasyyo59TpViRorE7Cxo0ivmIKkUdU="; postPatch = let Loading
pkgs/by-name/ci/cinny-unwrapped/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,16 +13,16 @@ buildNpmPackage rec { pname = "cinny-unwrapped"; version = "4.3.2"; version = "4.5.0"; src = fetchFromGitHub { owner = "cinnyapp"; repo = "cinny"; rev = "v${version}"; hash = "sha256-PXh3ouPPgSm4BFq6lE4vr2L+Eu7rsANvhXzqYY0rpVw="; hash = "sha256-Mb9TEQAFtP73rBBP6gLwEdAtWKSoxP2lNcrs4qsnp5g="; }; npmDepsHash = "sha256-Ktz82HzbWeMvx5McWS11qpqWNVWJU6yxIFzUkMoT6WE="; npmDepsHash = "sha256-sXwqNKm7j/Ju70l2Zk5uIByVO3ldN7HkDoGX/01vID0="; nativeBuildInputs = [ python3 Loading