tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitlab-ci-ls: 1.1.9 -> 1.2.1
R. Ryantm
4 months ago
feb52436
6ee883b5
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gi
gitlab-ci-ls
package.nix
+3
-3
pkgs/by-name/gi/gitlab-ci-ls/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage rec {
10
10
pname = "gitlab-ci-ls";
11
11
-
version = "1.1.9";
11
11
+
version = "1.2.1";
12
12
src = fetchFromGitHub {
13
13
owner = "alesbrelih";
14
14
repo = "gitlab-ci-ls";
15
15
rev = "${version}";
16
16
-
hash = "sha256-RHdzcNqnibWpGn8eqekTlFf201HHwWABV2PNtbbTook=";
16
16
+
hash = "sha256-WVwRV5STQlyPhUESHV8ICnQFJfa2TCvOW5HFtuDfTRw=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-SZLSTstzokjazhvVXyHjGhsfQ3vKxmSijHiq9dP5ADc=";
19
19
+
cargoHash = "sha256-d8X4EuXJjgQ4vPhqMJR+w/pSu/muqYtpoNXKxvPLUkA=";
20
20
21
21
nativeBuildInputs = [ pkg-config ];
22
22
buildInputs = [ openssl ];