Merge branch 'master' into staging
That's to get mesa rebuild from master, as it's nontrivial.
This commit is contained in:
@@ -6,9 +6,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/editorconfig/editorconfig-core-c.git";
|
||||
rev = "99d09270c58b817ea218979d513a90099ade6277";
|
||||
rev = "d1c2c881158dfb9faa4498a0b19593dcd105d6b8";
|
||||
fetchSubmodules = true;
|
||||
sha256 = "0s35dzf2180205xq2xpfmmlfw112j3h87swnisza85qwwz8bf2k9";
|
||||
sha256 = "0awpb63ci85kal3pnlj2b54bay8igj1rbc13d8gqkvidlb51nnx4";
|
||||
inherit name;
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
downloadPage = "https://github.com/editorconfig/editorconfig-core-c";
|
||||
license = with licenses; [ bsd2 bsd3 ];
|
||||
version = "0.12.0";
|
||||
version = "0.12.1";
|
||||
maintainers = [ maintainers.dochang ];
|
||||
};
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${product}-${version}";
|
||||
product = "uncrustify";
|
||||
version = "0.61";
|
||||
version = "0.63";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/uncrustify/${product}-${version}.tar.gz";
|
||||
sha256 = "1df0e5a2716e256f0a4993db12f23d10195b3030326fdf2e07f8e6421e172df9";
|
||||
sha256 = "1qravjzmips3m7asbsd0qllmprrl1rshjlmnfq68w84d38sb3yyz";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user