vala: 0.32.0 -> 0.32.1
This commit is contained in:
parent
ba0f9cfa49
commit
ff7eda555b
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
major = "0.32";
|
major = "0.32";
|
||||||
minor = "0";
|
minor = "1";
|
||||||
sha256 = "0vpvq403vdd25irvgk7zibz3nw4x4i17m0dgnns8j1q4vr7am8h7";
|
sha256 = "1ab1l44abf9fj1wznzq5956431ia136rl5049cggnk5393jlf3fx";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vala-${major}.${minor}";
|
name = "vala-${major}.${minor}";
|
||||||
@ -27,4 +27,5 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ glib libiconv ]
|
buildInputs = [ glib libiconv ]
|
||||||
++ libintlOrEmpty;
|
++ libintlOrEmpty;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user