We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a51c097 + 04edce9 commit 76c8a86Copy full SHA for 76c8a86
pkgs/by-name/gi/gitlab-ci-ls/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "gitlab-ci-ls";
13
- version = "1.0.1";
+ version = "1.0.2";
14
src = fetchFromGitHub {
15
owner = "alesbrelih";
16
repo = "gitlab-ci-ls";
17
rev = "${version}";
18
- hash = "sha256-G0MKq2qGxcMpNOQDHo9LtewDEExYIA8/kTUkiZdnygg=";
+ hash = "sha256-T6ITTxaBSYAu1h27uSE7AUpURpr38Z1wjBZY3A7U5Rg=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-0Ll1C4N3Zx/SDnlXdIzUa88q/SCSsptFYnHM+uVwPZM=";
+ cargoHash = "sha256-Sr8lAF8I9FFB1cNeN1jhixIOUyhj4c8sSZdHVj9+KfE=";
23
24
nativeBuildInputs = [ pkg-config ];
25
buildInputs =
0 commit comments