givaro: 4.1.1 -> 4.2.0

This commit is contained in:
Mauricio Collares 2021-12-28 19:48:53 -03:00
parent 96f9532dd2
commit 728c0431b7

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitHub, automake, autoconf, libtool, autoreconfHook, gmpxx }: { lib, stdenv, fetchFromGitHub, automake, autoconf, libtool, autoreconfHook, gmpxx }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "givaro"; pname = "givaro";
version = "4.1.1"; version = "4.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linbox-team"; owner = "linbox-team";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "11wz57q6ijsvfs5r82masxgr319as92syi78lnl9lgdblpc6xigk"; sha256 = "sha256-KR0WJc0CSvaBnPRott4hQJhWNBb/Wi6MIhcTExtVobQ=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;