vala-lint: 0-unstable-2024-08-28 -> 0-unstable-2025-08-03 (#432291)

This commit is contained in:
Bobby Rong
2025-08-10 11:37:29 +08:00
committed by GitHub
+3 -9
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation {
pname = "vala-lint";
version = "0-unstable-2024-08-28";
version = "0-unstable-2025-08-03";
src = fetchFromGitHub {
owner = "vala-lang";
repo = "vala-lint";
rev = "4ed1443c35a8a84445fb59292d539358365d8263";
sha256 = "sha256-NPadBrL2g5w95slwDpp7kNXBgLJ9na8Yd/J7zm28SSo=";
rev = "a1d1a7bc0f740920e592fd788a836c402fd9825c";
sha256 = "sha256-63T+wLdnGtVBxKkkkj7gJx0ebApam922Z+cmk2R7Ys0=";
};
nativeBuildInputs = [
@@ -39,12 +39,6 @@ stdenv.mkDerivation {
json-glib
];
postPatch = ''
# https://github.com/vala-lang/vala-lint/issues/181
substituteInPlace test/meson.build \
--replace "test('auto-fix', auto_fix_test, env: test_envars)" ""
'';
doCheck = true;
passthru = {