diff options
| author | transcaffeine <transcaffeine@finally.coffee> | 2025-03-31 15:30:06 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-06 06:56:50 +0000 |
| commit | 33943c19c2e2cb9f876314673742fe8d3993080d (patch) | |
| tree | bf4cb74acc0db01ae461e3e6e7a6a6c038ba4cda | |
| parent | cinny-unwrapped: 4.5.1 -> 4.6.0 (diff) | |
| download | nixpkgs-origin/backport-394920-to-release-24.11.tar.gz | |
cinny-desktop: 4.5.1 -> 4.6.0origin/backport-394920-to-release-24.11
Release notes: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.6.0
Full changelog: https://github.com/cinnyapp/cinny-desktop/compare/v4.5.1...v4.6.0
(cherry picked from commit d5a0d93d537b6a0c393f53ece0935824b80b9ab4)
| -rw-r--r-- | pkgs/by-name/ci/cinny-desktop/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ci/cinny-desktop/package.nix b/pkgs/by-name/ci/cinny-desktop/package.nix index 8ead510ba928..64ec86289554 100644 --- a/pkgs/by-name/ci/cinny-desktop/package.nix +++ b/pkgs/by-name/ci/cinny-desktop/package.nix @@ -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.5.1"; + version = "4.6.0"; src = fetchFromGitHub { owner = "cinnyapp"; repo = "cinny-desktop"; tag = "v${version}"; - hash = "sha256-xWHR0lg/3w2K+hExKCD84hdQ7UCZRrOnH2dNybaYMFE="; + hash = "sha256-tSZ7qSEoLNUnMICT1oVccMY9J6uVZu8QJGJA9NK8JwU="; }; sourceRoot = "${src.name}/src-tauri"; useFetchCargoVendor = true; - cargoHash = "sha256-iI0oWuETVVPuoKlWplsgocF7DEvwTVSp5r1WmQd7R04="; + cargoHash = "sha256-5rIbVYxSsjv+MvmZxviMhcfYN+jOFndvZa7PDO5DLn8="; postPatch = let |
