Skip to content

Commit

Permalink
gitlab-ci-ls: 0.21.3 -> 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 25, 2024
1 parent b50e35f commit d528fb1
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 d528fb1

Please sign in to comment.