dino: 0.2.0 -> 0.2.1

Fixes https://nvd.nist.gov/vuln/detail/CVE-2021-33896.

The current 9acb54df9254609f2fe4de83c9047d408412de28 patch landed in
dino as 4592b72dfa324d8a4b9f8c25b359110889b2206c. Removing it from the
patch list.
master
Félix Baylac-Jacqué 2021-06-07 21:34:35 +02:00
parent e3d7328926
commit 70173c1519
No known key found for this signature in database
GPG Key ID: EFD315F31848DBA4
1 changed files with 2 additions and 11 deletions

View File

@ -18,24 +18,15 @@
stdenv.mkDerivation rec {
pname = "dino";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "v${version}";
sha256 = "0wy1hb3kz3k4gqqwx308n37cqag2d017jwfz0b5s30nkx2pbwspw";
sha256 = "11m38syqzb1z92wmdaf45gryl6gjxwbcnk32j4p984ipqj2vdzd8";
};
patches = [
# Fixes https://github.com/dino/dino/issues/1010 (double' is not a supported generic type argument)
(fetchpatch {
name = "dino-vala-boxing.patch";
url = "https://github.com/dino/dino/commit/9acb54df9254609f2fe4de83c9047d408412de28.patch";
sha256 = "1jz4r7d8b1ljwgq846wihp864b6gjdkgh6fnmxh13b2i10x52xsm";
})
];
nativeBuildInputs = [
vala
cmake