cocogitto: 6.2.0 -> 6.3.0 (#391421)

This commit is contained in:
Weijia Wang
2025-03-29 17:52:04 +01:00
committed by GitHub
+3 -3
View File
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "cocogitto";
version = "6.2.0";
version = "6.3.0";
src = fetchFromGitHub {
owner = "oknozor";
repo = "cocogitto";
rev = version;
hash = "sha256-VorWk7E+I1hU8Hc+WF47+V483E/xPjf7Glqp7iA1t5g=";
hash = "sha256-ij5vpIpqCYGNPNWPY47rWmMLEgBh+wtVmLRt11S14rE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-h6XX25uN9wBCdOYc1Bl6VWi3htopcXb7VhjNIDkmEJY=";
cargoHash = "sha256-wfq1W9zjC0phPUr6SaLv8Ia5aQk/+1ujOTo0241X7AY=";
# Test depend on git configuration that would likely exist in a normal user environment
# and might be failing to create the test repository it works in.