vala-lint: 2020-08-18 → 2021-02-17

This commit is contained in:
Jan Tojnar 2021-04-16 00:44:38 +02:00
parent 878abc6488
commit 0cb07fcdd1
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, glib
, meson
@ -12,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "vala-lint-unstable";
version = "2020-08-18";
version = "2021-02-17";
src = fetchFromGitHub {
owner = "vala-lang";
repo = "vala-lint";
rev = "fc5dd9e95bc61540b404d5bc070c0629903baad9";
sha256 = "n6pp6vYGaRF8B3phWp/e9KnpKGf0Op+xGVdT6HHe0rM=";
rev = "5b06cc2341ae7e9f7f8c35c542ef78c36e864c30";
sha256 = "KwJ5sCp9ZrrxIqc6qi2+ZdHBt1esNOO1+uDkS+d9mW8=";
};
nativeBuildInputs = [
@ -34,8 +35,7 @@ stdenv.mkDerivation rec {
glib
];
# See https://github.com/vala-lang/vala-lint/issues/133
doCheck = false;
doCheck = true;
meta = with lib; {
homepage = "https://github.com/vala-lang/vala-lint";