···23rustPlatform.buildRustPackage rec {
4 pname = "cocogitto";
5- version = "5.2.0";
67 src = fetchFromGitHub {
8 owner = "oknozor";
9 repo = pname;
10 rev = version;
11- sha256 = "sha256-ZjDZMI84z8riRtidZVeCktwJUMkZU28E23MveJSD7xY=";
12 };
1314- cargoSha256 = "sha256-oaWWAVTKxrshfvqE+HMQ1WeeEz8lOE7qc6RrgSjDtdU=";
1516 # Test depend on git configuration that would likly exist in a normal user enviroment
17 # and might be failing to create the test repository it works in.
···23rustPlatform.buildRustPackage rec {
4 pname = "cocogitto";
5+ version = "5.3.0";
67 src = fetchFromGitHub {
8 owner = "oknozor";
9 repo = pname;
10 rev = version;
11+ sha256 = "sha256-BqyV4hJw7H9yN5Kj/XwhYS6hElXdKUJEUi5M/PNlPO0=";
12 };
1314+ cargoHash = "sha256-MA3XW2tPn0qVx7ve+UqCoG4nQ7UyuvXEebrPuLKqS4g=";
1516 # Test depend on git configuration that would likly exist in a normal user enviroment
17 # and might be failing to create the test repository it works in.