gitlab-ci-ls: 1.1.2 -> 1.1.8 (#430942)

authored by Nick Cao and committed by GitHub f80cab7e 0fded4cb

+3 -3
+3 -3
pkgs/by-name/gi/gitlab-ci-ls/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "gitlab-ci-ls"; 11 - version = "1.1.2"; 12 src = fetchFromGitHub { 13 owner = "alesbrelih"; 14 repo = "gitlab-ci-ls"; 15 rev = "${version}"; 16 - hash = "sha256-0AVi/DyaWh+dCXm/jUf3M63KjobJWCCKHDvm1xGUzCw="; 17 }; 18 19 - cargoHash = "sha256-3Ko+vf24dEfu+g4yGA5xY0R0TA9fSWuG398DxhHIVFU="; 20 21 nativeBuildInputs = [ pkg-config ]; 22 buildInputs = [ openssl ];
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "gitlab-ci-ls"; 11 + version = "1.1.8"; 12 src = fetchFromGitHub { 13 owner = "alesbrelih"; 14 repo = "gitlab-ci-ls"; 15 rev = "${version}"; 16 + hash = "sha256-8386MX5jR4LNrpuXVmv+aLnfEvzSJBZgggS3Uj2MU9A="; 17 }; 18 19 + cargoHash = "sha256-tyx3GGhVyOOo1SnGlS02JqEhY+D70NqzKVX7WeXu+ls="; 20 21 nativeBuildInputs = [ pkg-config ]; 22 buildInputs = [ openssl ];