From 77e8d59b94911371474af75182c2b101e0903767 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Mar 2025 00:42:07 +0000 Subject: [PATCH] cocogitto: 6.2.0 -> 6.3.0 --- pkgs/by-name/co/cocogitto/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/cocogitto/package.nix b/pkgs/by-name/co/cocogitto/package.nix index 2cbd32b184fd..8511e41249a3 100644 --- a/pkgs/by-name/co/cocogitto/package.nix +++ b/pkgs/by-name/co/cocogitto/package.nix @@ -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.