···991010rustPlatform.buildRustPackage rec {
1111 pname = "cocogitto";
1212- version = "6.2.0";
1212+ version = "6.3.0";
13131414 src = fetchFromGitHub {
1515 owner = "oknozor";
1616 repo = "cocogitto";
1717 rev = version;
1818- hash = "sha256-VorWk7E+I1hU8Hc+WF47+V483E/xPjf7Glqp7iA1t5g=";
1818+ hash = "sha256-ij5vpIpqCYGNPNWPY47rWmMLEgBh+wtVmLRt11S14rE=";
1919 };
20202121 useFetchCargoVendor = true;
2222- cargoHash = "sha256-h6XX25uN9wBCdOYc1Bl6VWi3htopcXb7VhjNIDkmEJY=";
2222+ cargoHash = "sha256-wfq1W9zjC0phPUr6SaLv8Ia5aQk/+1ujOTo0241X7AY=";
23232424 # Test depend on git configuration that would likely exist in a normal user environment
2525 # and might be failing to create the test repository it works in.