mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
hobbes: 2020-03-10 -> 2020-05-19
This commit is contained in:
parent
d7c0d31429
commit
aef6544c13
@ -4162,6 +4162,12 @@
|
|||||||
githubId = 10544;
|
githubId = 10544;
|
||||||
name = "Giuluo Eulisse";
|
name = "Giuluo Eulisse";
|
||||||
};
|
};
|
||||||
|
kthielen = {
|
||||||
|
email = "kthielen@gmail.com";
|
||||||
|
github = "kthielen";
|
||||||
|
githubId = 1409287;
|
||||||
|
name = "Kalani Thielen";
|
||||||
|
};
|
||||||
ktor = {
|
ktor = {
|
||||||
email = "kruszewsky@gmail.com";
|
email = "kruszewsky@gmail.com";
|
||||||
github = "ktor";
|
github = "ktor";
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "hobbes";
|
name = "hobbes";
|
||||||
version = "unstable-2020-03-10";
|
version = "unstable-2020-05-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "morgan-stanley";
|
owner = "morgan-stanley";
|
||||||
repo = "hobbes";
|
repo = "hobbes";
|
||||||
rev = "ae956df9da3f3b24630bc1757dfaa2a8952db07a";
|
rev = "3d80a46b44a362a97a6b963a2bf788fd1f67ade1";
|
||||||
sha256 = "1a0lb87vb0qcp5wy6swk4jcc88l7vhy6iflsk7zplw547mbjhjsy";
|
sha256 = "03m915g3283z2nfdr03dj5k76wn917knfqxb0xj3qinbl4cka2p1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -33,8 +33,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://github.com/Morgan-Stanley/hobbes";
|
homepage = "https://github.com/Morgan-Stanley/hobbes";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.thmzlt ];
|
maintainers = with maintainers; [ kthielen thmzlt ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -183,7 +183,7 @@ in
|
|||||||
|
|
||||||
glade = callPackage ../development/tools/glade { };
|
glade = callPackage ../development/tools/glade { };
|
||||||
|
|
||||||
hobbes = callPackage ../development/tools/hobbes { stdenv = gcc6Stdenv; }; # GCC 6 is latest currently supported. See https://git.io/JvK6M.
|
hobbes = callPackage ../development/tools/hobbes { };
|
||||||
|
|
||||||
proto-contrib = callPackage ../development/tools/proto-contrib {};
|
proto-contrib = callPackage ../development/tools/proto-contrib {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user