Merge pull request #295863 from r-ryantm/auto-update/cocogitto

cocogitto: 6.0.1 -> 6.1.0
This commit is contained in:
Mario Rodas 2024-03-17 23:03:26 -05:00 committed by GitHub
commit 79bb415514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cocogitto"; pname = "cocogitto";
version = "6.0.1"; version = "6.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oknozor"; owner = "oknozor";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-iJH2uXlKsq7I94D3/Fe3pB8SzPfO0CodEk3XNdGleMk="; sha256 = "sha256-yGwGWXME9ZjFJk/3pVDRTa1phG6kd8+YhXe/MxOEdF0=";
}; };
cargoHash = "sha256-srcAUrPrrZoNUn7OeyzSRpOiEuyEizxTiEUbaNg9llE="; cargoHash = "sha256-iS/nRfy63bgo7MeL/5jJ3Vn6S7dG49erIZ+0516YxKM=";
# Test depend on git configuration that would likely exist in a normal user environment # 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. # and might be failing to create the test repository it works in.