Unverified Commit 69b7416d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gitlab-ci-ls: fix src hash (#427562)

parents a5251a9e 84d2742c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
    owner = "alesbrelih";
    repo = "gitlab-ci-ls";
    rev = "${version}";
    hash = "sha256-yJA6xdeLJVPbHI2VdRAmsYvuULCJk40ntIJ0JIWsZds=";
    hash = "sha256-0AVi/DyaWh+dCXm/jUf3M63KjobJWCCKHDvm1xGUzCw=";
  };

  useFetchCargoVendor = true;