cocogitto: 6.2.0 -> 6.3.0 (#391421)

authored by Weijia Wang and committed by GitHub 02b470e8 90ed82de

+3 -3
+3 -3
pkgs/by-name/co/cocogitto/package.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "cocogitto"; 12 - version = "6.2.0"; 13 14 src = fetchFromGitHub { 15 owner = "oknozor"; 16 repo = "cocogitto"; 17 rev = version; 18 - hash = "sha256-VorWk7E+I1hU8Hc+WF47+V483E/xPjf7Glqp7iA1t5g="; 19 }; 20 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-h6XX25uN9wBCdOYc1Bl6VWi3htopcXb7VhjNIDkmEJY="; 23 24 # 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.
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "cocogitto"; 12 + version = "6.3.0"; 13 14 src = fetchFromGitHub { 15 owner = "oknozor"; 16 repo = "cocogitto"; 17 rev = version; 18 + hash = "sha256-ij5vpIpqCYGNPNWPY47rWmMLEgBh+wtVmLRt11S14rE="; 19 }; 20 21 useFetchCargoVendor = true; 22 + cargoHash = "sha256-wfq1W9zjC0phPUr6SaLv8Ia5aQk/+1ujOTo0241X7AY="; 23 24 # 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.