Skip to content

Commit

Permalink
gitlab-timelogs: 0.4.0 -> 0.5.0 (#366047)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 18, 2024
2 parents cd4b019 + bce20fb commit af7ec7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/gitlab-timelogs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

rustPlatform.buildRustPackage rec {
pname = "gitlab-timelogs";
version = "0.4.0";
version = "0.5.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-EWFzMNuNquHR0grmmi14vuraIwvrmkw88QAYkvbO2QM=";
hash = "sha256-KTOI1NDsozALXqXHuF6kj/ADW7TzH8CkVvCOgrEwdxc=";
};

nativeBuildInputs = [ pkg-config ];
Expand All @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
iconv
];

cargoHash = "sha256-IXiIrX+nR7uB7UYqdVgKR+IHJlRl0i0cklwITGF5jAg=";
cargoHash = "sha256-MYqrA4uYgiuDJkUuXITpaJ0P555dTUmmQwJcPju9HwY=";

meta = {
description = " CLI utility to support you with your time logs in GitLab";
Expand Down

0 comments on commit af7ec7d

Please sign in to comment.