about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-01-24 14:09:09 +0000
committerGitHub <noreply@github.com>2023-01-24 14:09:09 +0000
commita9ed64d8d1741ea84e40066542d9759a2079d3bf (patch)
tree202204d19786af1e1782f0e88998e75e929971ec /pkgs/development
parentef8d1d3be0fc8f71867a25a085eda95710d5271d (diff)
parentc4fc07528829d36d4db18c10cd33a2bb58253707 (diff)
Merge pull request #212371 from r-ryantm/auto-update/cocogitto
cocogitto: 5.2.0 -> 5.3.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/cocogitto/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/cocogitto/default.nix b/pkgs/development/tools/cocogitto/default.nix
index 52fdf0c1e4001..af3a32bb9d69b 100644
--- a/pkgs/development/tools/cocogitto/default.nix
+++ b/pkgs/development/tools/cocogitto/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cocogitto";
-  version = "5.2.0";
+  version = "5.3.0";
 
   src = fetchFromGitHub {
     owner = "oknozor";
     repo = pname;
     rev = version;
-    sha256 = "sha256-ZjDZMI84z8riRtidZVeCktwJUMkZU28E23MveJSD7xY=";
+    sha256 = "sha256-BqyV4hJw7H9yN5Kj/XwhYS6hElXdKUJEUi5M/PNlPO0=";
   };
 
-  cargoSha256 = "sha256-oaWWAVTKxrshfvqE+HMQ1WeeEz8lOE7qc6RrgSjDtdU=";
+  cargoHash = "sha256-MA3XW2tPn0qVx7ve+UqCoG4nQ7UyuvXEebrPuLKqS4g=";
 
   # Test depend on git configuration that would likly exist in a normal user enviroment
   # and might be failing to create the test repository it works in.