functionalplus: 0.2.18-p0 -> 0.2.20-p0
This commit is contained in:
parent
56c409f4a9
commit
65b59ad5c8
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "functionalplus";
|
pname = "functionalplus";
|
||||||
version = "0.2.18-p0";
|
version = "0.2.20-p0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Dobiasd";
|
owner = "Dobiasd";
|
||||||
repo = "FunctionalPlus";
|
repo = "FunctionalPlus";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-jypBQjFdVEktB8Q71RTg+3RJoeFwD5Wxw+fq+4QG38g=";
|
sha256 = "sha256-PKd3gx63VTxyq1q0v7WaKXVA0oICpZQfVsKsgUml9wk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user