···910rustPlatform.buildRustPackage rec {
11 pname = "cocogitto";
12- version = "6.2.0";
1314 src = fetchFromGitHub {
15 owner = "oknozor";
16 repo = "cocogitto";
17 rev = version;
18- hash = "sha256-VorWk7E+I1hU8Hc+WF47+V483E/xPjf7Glqp7iA1t5g=";
19 };
2021 useFetchCargoVendor = true;
22- cargoHash = "sha256-h6XX25uN9wBCdOYc1Bl6VWi3htopcXb7VhjNIDkmEJY=";
2324 # Test depend on git configuration that would likely exist in a normal user environment
25 # and might be failing to create the test repository it works in.
···910rustPlatform.buildRustPackage rec {
11 pname = "cocogitto";
12+ version = "6.3.0";
1314 src = fetchFromGitHub {
15 owner = "oknozor";
16 repo = "cocogitto";
17 rev = version;
18+ hash = "sha256-ij5vpIpqCYGNPNWPY47rWmMLEgBh+wtVmLRt11S14rE=";
19 };
2021 useFetchCargoVendor = true;
22+ cargoHash = "sha256-wfq1W9zjC0phPUr6SaLv8Ia5aQk/+1ujOTo0241X7AY=";
2324 # Test depend on git configuration that would likely exist in a normal user environment
25 # and might be failing to create the test repository it works in.