Skip to content

Commit 04edce9

Browse files
committed
gitlab-ci-ls: 1.0.1 -> 1.0.2
1 parent a36c8c9 commit 04edce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/gitlab-ci-ls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "gitlab-ci-ls";
13-
version = "1.0.1";
13+
version = "1.0.2";
1414
src = fetchFromGitHub {
1515
owner = "alesbrelih";
1616
repo = "gitlab-ci-ls";
1717
rev = "${version}";
18-
hash = "sha256-G0MKq2qGxcMpNOQDHo9LtewDEExYIA8/kTUkiZdnygg=";
18+
hash = "sha256-T6ITTxaBSYAu1h27uSE7AUpURpr38Z1wjBZY3A7U5Rg=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-0Ll1C4N3Zx/SDnlXdIzUa88q/SCSsptFYnHM+uVwPZM=";
22+
cargoHash = "sha256-Sr8lAF8I9FFB1cNeN1jhixIOUyhj4c8sSZdHVj9+KfE=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525
buildInputs =

0 commit comments

Comments
 (0)