···23rustPlatform.buildRustPackage rec {
4 pname = "cocogitto";
5- version = "5.1.0";
67 src = fetchFromGitHub {
8 owner = "oknozor";
9 repo = pname;
10 rev = version;
11- sha256 = "sha256-q2WJKAXpIO+VsOFrjdyEx06yis8f2SkCuB0blUgqq0M=";
12 };
1314- cargoSha256 = "sha256-UArYBcUkXPYlNRLQBMwNhsd3bNgLeEwtJdzepMTt2no=";
1516 # Test depend on git configuration that would likly exist in a normal user enviroment
17 # and might be failing to create the test repository it works in.
···23rustPlatform.buildRustPackage rec {
4 pname = "cocogitto";
5+ version = "5.2.0";
67 src = fetchFromGitHub {
8 owner = "oknozor";
9 repo = pname;
10 rev = version;
11+ sha256 = "sha256-ZjDZMI84z8riRtidZVeCktwJUMkZU28E23MveJSD7xY=";
12 };
1314+ cargoSha256 = "sha256-oaWWAVTKxrshfvqE+HMQ1WeeEz8lOE7qc6RrgSjDtdU=";
1516 # Test depend on git configuration that would likly exist in a normal user enviroment
17 # and might be failing to create the test repository it works in.
+3-3
pkgs/development/tools/jql/default.nix
···23rustPlatform.buildRustPackage rec {
4 pname = "jql";
5- version = "5.0.1";
67 src = fetchFromGitHub {
8 owner = "yamafaktory";
9 repo = pname;
10 rev = "v${version}";
11- sha256 = "sha256-UfVhkwb89OU7yENcCXM7JfYNsO//des0gsEnvnJGMjA=";
12 };
1314- cargoSha256 = "sha256-kkWslFEdjsWGIrRWylGyTDZnNXcfCVrWT+dVnyvTRqk=";
1516 meta = with lib; {
17 description = "A JSON Query Language CLI tool built with Rust";
···23rustPlatform.buildRustPackage rec {
4 pname = "jql";
5+ version = "5.0.2";
67 src = fetchFromGitHub {
8 owner = "yamafaktory";
9 repo = pname;
10 rev = "v${version}";
11+ sha256 = "sha256-bCq8EUczhBx/txafdJvTKqbJoZaGZlrdl87TQt8iMDM=";
12 };
1314+ cargoSha256 = "sha256-V+fzGg0MOCG8ikuiFtN3k6825QXRfBRpUKfdTjQVChM=";
1516 meta = with lib; {
17 description = "A JSON Query Language CLI tool built with Rust";