agdaPackages.functional-linear-algebra: 0.1 -> 0.2

This commit is contained in:
Ingo Blechschmidt 2021-01-27 13:44:40 +01:00
parent 5465e6e8ef
commit ec52278ea1

View File

@ -1,7 +1,7 @@
{ fetchFromGitHub, lib, mkDerivation, standard-library }: { fetchFromGitHub, lib, mkDerivation, standard-library }:
mkDerivation rec { mkDerivation rec {
version = "0.1"; version = "0.2";
pname = "functional-linear-algebra"; pname = "functional-linear-algebra";
buildInputs = [ standard-library ]; buildInputs = [ standard-library ];
@ -10,9 +10,13 @@ mkDerivation rec {
repo = "functional-linear-algebra"; repo = "functional-linear-algebra";
owner = "ryanorendorff"; owner = "ryanorendorff";
rev = "v${version}"; rev = "v${version}";
sha256 = "09ri3jmgp9jjwi1mzv4c3w6rvcmyx6spa2qxpwlcn0f4bmfva6wm"; sha256 = "1dz7kh92df23scl1pkhn70n1f2v3d0x84liphn9kpsd6wlsxccxc";
}; };
preConfigure = ''
sh generate-everything.sh
'';
meta = with lib; { meta = with lib; {
homepage = "https://github.com/ryanorendorff/functional-linear-algebra"; homepage = "https://github.com/ryanorendorff/functional-linear-algebra";
description = '' description = ''