cocogitto: 4.1.0 -> 5.1.0

main
Nicola Squartini 2 years ago
parent 271905a33f
commit c91d063512
No known key found for this signature in database
GPG Key ID: C847B6AEB0544167
  1. 8
      pkgs/development/tools/cocogitto/default.nix

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cocogitto"; pname = "cocogitto";
version = "4.1.0"; version = "5.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oknozor"; owner = "oknozor";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-g7NBtqr7Mx7ALzij4hfoVXN3izbu4ShXYhHPYw9qnWk="; sha256 = "sha256-q2WJKAXpIO+VsOFrjdyEx06yis8f2SkCuB0blUgqq0M=";
}; };
cargoSha256 = "sha256-kXspbXySY5ridLUvAjv49Rm0RGt1fNsfNw9a3vd4hyI="; cargoSha256 = "sha256-UArYBcUkXPYlNRLQBMwNhsd3bNgLeEwtJdzepMTt2no=";
# Test depend on git configuration that would likly exist in a normal user enviroment # 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. # and might be failing to create the test repository it works in.
@ -29,8 +29,6 @@ rustPlatform.buildRustPackage rec {
wrapProgram $out/bin/cog \ wrapProgram $out/bin/cog \
--prefix PATH : "${lib.makeBinPath [ git ]}" --prefix PATH : "${lib.makeBinPath [ git ]}"
wrapProgram $out/bin/coco \
--prefix PATH : "${lib.makeBinPath [ git ]}"
''; '';
meta = with lib; { meta = with lib; {

Loading…
Cancel
Save