Merge pull request #154267 from bobby285271/vala-lint

vala-lint: unstable-2021-11-18 -> unstable-2021-12-28
This commit is contained in:
Bobby Rong 2022-01-11 09:05:20 +08:00 committed by GitHub
commit 14cd18cae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, glib
, meson
, ninja
@ -15,25 +14,15 @@
stdenv.mkDerivation rec {
pname = "vala-lint";
version = "unstable-2021-11-18";
version = "unstable-2021-12-28";
src = fetchFromGitHub {
owner = "vala-lang";
repo = "vala-lint";
rev = "2db018056befba76136e6c69a78d905a128a6165";
sha256 = "sha256-bQaj2bETzl6ykgrpE2iLAvx691aGDLFteL/ulfoKuEk=";
rev = "1eeb3538b2a71addd0d8adc9f53ffe80fdfb8ce0";
sha256 = "sha256-u2VJIDc1yvhbBgdMKL1RijoKEL4Vl8sbrGUYu5t/wJI=";
};
patches = [
# Fix build against vala-0.54.3+. Pull fix pending upstream
# inclusion: https://github.com/vala-lang/vala-lint/pull/155
(fetchpatch {
name = "vala-0.54.patch";
url = "https://github.com/vala-lang/vala-lint/commit/739f9a0b7d3e92db41eb32f2bfa527efdacc223b.patch";
sha256 = "sha256-1IbQu3AQXRCrrjoMZKhEOqzExmPAo1SQOFHa/IrqnNA=";
})
];
nativeBuildInputs = [
gettext
meson