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

cocogitto: 5.5.0 -> 5.6.0
This commit is contained in:
Nick Cao 2023-10-02 09:38:32 -04:00 committed by GitHub
commit 34f8f8a749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cocogitto"; pname = "cocogitto";
version = "5.5.0"; version = "5.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oknozor"; owner = "oknozor";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-kzG22TDWGmqXuX9wr4w6PP0chbjAEqQO38jF8BGVu6w="; sha256 = "sha256-dOiXrHD1ZVhMQNwo7hD/f53Ct5+Lwxq/zbApll5O2qo=";
}; };
cargoHash = "sha256-sBwR0I8eNEBglPSeSNqc7qv3eXbzcgZNBPC74Kulhbw="; cargoHash = "sha256-oO7xqjxlQg0s40WmWNZpEpqdRia4NGGlYbBO8ejW9BE=";
# 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.