···2233rustPlatform.buildRustPackage rec {
44 pname = "cocogitto";
55- version = "5.2.0";
55+ version = "5.3.0";
6677 src = fetchFromGitHub {
88 owner = "oknozor";
99 repo = pname;
1010 rev = version;
1111- sha256 = "sha256-ZjDZMI84z8riRtidZVeCktwJUMkZU28E23MveJSD7xY=";
1111+ sha256 = "sha256-BqyV4hJw7H9yN5Kj/XwhYS6hElXdKUJEUi5M/PNlPO0=";
1212 };
13131414- cargoSha256 = "sha256-oaWWAVTKxrshfvqE+HMQ1WeeEz8lOE7qc6RrgSjDtdU=";
1414+ cargoHash = "sha256-MA3XW2tPn0qVx7ve+UqCoG4nQ7UyuvXEebrPuLKqS4g=";
15151616 # Test depend on git configuration that would likly exist in a normal user enviroment
1717 # and might be failing to create the test repository it works in.