···20rustPlatform.buildRustPackage rec {
21 pname = "cinny-desktop";
22 # We have to be using the same version as cinny-web or this isn't going to work.
23- version = "4.2.2";
2425 src = fetchFromGitHub {
26 owner = "cinnyapp";
27 repo = "cinny-desktop";
28 rev = "refs/tags/v${version}";
29- hash = "sha256-W8WSnfUqWTtyb6x0Kmej5sAxsi1Kh/uDkIx6SZhgSvw=";
30 };
3132 sourceRoot = "${src.name}/src-tauri";
3334- cargoHash = "sha256-rg4NdxyJfnEPmFjb2wKJcF7ga7t5WNX/LB0haOvGbXU=";
3536 postPatch =
37 let
···20rustPlatform.buildRustPackage rec {
21 pname = "cinny-desktop";
22 # We have to be using the same version as cinny-web or this isn't going to work.
23+ version = "4.2.3";
2425 src = fetchFromGitHub {
26 owner = "cinnyapp";
27 repo = "cinny-desktop";
28 rev = "refs/tags/v${version}";
29+ hash = "sha256-yNGzgkZXz/VroGGnZFqo5n2v3cE6/tvpQv5U4p27row=";
30 };
3132 sourceRoot = "${src.name}/src-tauri";
3334+ cargoHash = "sha256-0EIKozFwy7XihFRpjLZ3Am7h1wOU7ZGcHSoTnFnYzTU=";
3536 postPatch =
37 let