Skip to content

Commit

Permalink
gitlab-ci-ls: 0.22.0 -> 0.22.2 (#367260)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 22, 2024
2 parents e984ea2 + 4cc59e8 commit 26a5965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/gitlab-ci-ls/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

rustPlatform.buildRustPackage rec {
pname = "gitlab-ci-ls";
version = "0.22.0";
version = "0.22.2";
src = fetchFromGitHub {
owner = "alesbrelih";
repo = "gitlab-ci-ls";
rev = "${version}";
hash = "sha256-RXM581tW78YzH+NQhkpsbHz6m+PAF7NQ5p3TFugPo+M=";
hash = "sha256-xXatX0U4JBlsH1uLT9l5+FZj52zGyP9XztMa8eQ8eWk=";
};

cargoHash = "sha256-PuNpkDjoJr1GttETWHA9X+LYNIJSgBXdZId5q2JSo6g=";
cargoHash = "sha256-yGxty10EJXLsNV4zW89X5W1y2jY/cWpmiJ9PgOtqKCo=";

nativeBuildInputs = [ pkg-config ];
buildInputs =
Expand Down

0 comments on commit 26a5965

Please sign in to comment.