vala-0.26: minor update to fix CVE-2014-8154

@lethalman: it seems strange to me to have the 0.23.* version as
the default, as it's even an unstable release.
This commit is contained in:
Vladimír Čunát 2015-02-12 20:39:09 +01:00
parent e2915fc5d1
commit 8afa77cb07

View file

@ -4,8 +4,8 @@
let
major = "0.26";
minor = "1";
sha256 = "8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b";
minor = "2";
sha256 = "37f13f430c56a93b6dac85239084681fd8f31c407d386809c43bc2f2836e03c4";
in
stdenv.mkDerivation rec {
name = "vala-${major}.${minor}";