Merge pull request #112585 from fgaz/lobster/2020-12-25
This commit is contained in:
commit
7e38fd1135
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lobster";
|
pname = "lobster";
|
||||||
version = "unstable-2020-10-04";
|
version = "unstable-2020-12-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aardappel";
|
owner = "aardappel";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "4c5e78f021ce9d06592fb3a66388e5e31fac1adb";
|
rev = "70e44d475995b03363dedf9c2bcb817b0db8fdcf";
|
||||||
sha256 = "1wnbc8kr1dyfs53nlcxah22ghphmazzrlcj9z47cgkdsj1qfy84x";
|
sha256 = "0azhminzrkbpvkapass1kccd6123bg7qmcbnzr5774n6bz5365g3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -48,7 +48,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
|
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
|
||||||
updateScript = unstableGitUpdater { };
|
updateScript = unstableGitUpdater {
|
||||||
|
url = "https://github.com/aardappel/lobster";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user