From fbcbb15299fa058736077a41757ff9836a3e946a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 6 Nov 2025 13:34:02 +0000 Subject: [PATCH] cocogitto: 6.3.0 -> 6.5.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 6a6bc4982611..e8fcb71c6e19 100644 --- a/pkgs/by-name/co/cocogitto/package.nix +++ b/pkgs/by-name/co/cocogitto/package.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "cocogitto"; - version = "6.3.0"; + version = "6.5.0"; src = fetchFromGitHub { owner = "oknozor"; repo = "cocogitto"; tag = version; - hash = "sha256-ij5vpIpqCYGNPNWPY47rWmMLEgBh+wtVmLRt11S14rE="; + hash = "sha256-aAVoPPeuJN6QPcuc3oBF93dP6U+74bAoSDw93XR01Vo="; }; - cargoHash = "sha256-wfq1W9zjC0phPUr6SaLv8Ia5aQk/+1ujOTo0241X7AY="; + cargoHash = "sha256-yDpZHkRKsWXXHuSKnzhGrjsFLUFZEpC23tcU3FeUZK8="; # 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.