Skip to content

Commit

Permalink
Merge: gitlab-ci-ls: 0.22.2 -> 1.0.0 (#369790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Jan 18, 2025
2 parents fe150d9 + 9e810e2 commit 4f39272
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.2";
version = "1.0.0";
src = fetchFromGitHub {
owner = "alesbrelih";
repo = "gitlab-ci-ls";
rev = "${version}";
hash = "sha256-xXatX0U4JBlsH1uLT9l5+FZj52zGyP9XztMa8eQ8eWk=";
hash = "sha256-HpFdebG4pRa+g2ycOOfnWgN/+DcYdPHAN/RHBHN6S8A=";
};

cargoHash = "sha256-yGxty10EJXLsNV4zW89X5W1y2jY/cWpmiJ9PgOtqKCo=";
cargoHash = "sha256-CS3MkCumqHmTcRf/YJr/M8s7BoGos/ixXm97BCCXBvw=";

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

0 comments on commit 4f39272

Please sign in to comment.