about summary refs log tree commit diff
path: root/pkgs/development/compilers/vala
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-13 22:17:12 +0100
committerPeter Simons <simons@cryp.to>2015-02-13 22:17:12 +0100
commit600135bba506ae93bf418cc484b3d9953a37f9de (patch)
tree5c0a8fabe2b1964c370d659b477685600095e521 /pkgs/development/compilers/vala
parent7a1d132db9508d9831766da5b012d3d55e8c37c1 (diff)
parent54ce1a1810454aa24381d6c8370e48706ee48312 (diff)
downloadnixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.gz
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.bz2
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.lz
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.xz
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.zst
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.zip
Merge remote-tracking branch 'master' into staging.
Diffstat (limited to 'pkgs/development/compilers/vala')
-rw-r--r--pkgs/development/compilers/vala/0.26.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/vala/0.26.nix b/pkgs/development/compilers/vala/0.26.nix
index 4cc07eb7d9d7..78cb850c3565 100644
--- a/pkgs/development/compilers/vala/0.26.nix
+++ b/pkgs/development/compilers/vala/0.26.nix
@@ -4,8 +4,8 @@
 
 let
   major = "0.26";
-  minor = "1";
-  sha256 = "8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b";
+  minor = "2";
+  sha256 = "37f13f430c56a93b6dac85239084681fd8f31c407d386809c43bc2f2836e03c4";
 in
 stdenv.mkDerivation rec {
   name = "vala-${major}.${minor}";