Skip to content

Commit

Permalink
Merge: gitlab-ci-ls: 0.21.3 -> 0.22.0 (NixOS#351172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 27, 2024
2 parents 202790c + d528fb1 commit 4219d7b
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.21.3";
version = "0.22.0";
src = fetchFromGitHub {
owner = "alesbrelih";
repo = "gitlab-ci-ls";
rev = "${version}";
hash = "sha256-3PqGnknP5ilwPCDsD8GwIEamZC24lEnuQhipTo8RDI0=";
hash = "sha256-RXM581tW78YzH+NQhkpsbHz6m+PAF7NQ5p3TFugPo+M=";
};

cargoHash = "sha256-c31madEElZpHbzyKHqUDyPW/maVrkNKlldX24Y3iFGQ=";
cargoHash = "sha256-PuNpkDjoJr1GttETWHA9X+LYNIJSgBXdZId5q2JSo6g=";

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

0 comments on commit 4219d7b

Please sign in to comment.