nx-libs: 3.5.99.25 -> 3.5.99.26

This commit is contained in:
R. RyanTM 2021-02-08 00:01:49 +00:00
parent de88795283
commit d890c17a7e

View file

@ -4,12 +4,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nx-libs"; pname = "nx-libs";
version = "3.5.99.25"; version = "3.5.99.26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ArcticaProject"; owner = "ArcticaProject";
repo = "nx-libs"; repo = "nx-libs";
rev = version; rev = version;
sha256 = "01aqdwy0i4nxdyfa24bwnrqjz93q0idihdaqals2yjqpg160nwfc"; sha256 = "sha256-qVOdD85sBMxKYx1cSLAGKeODsKKAm9UPBmYzPBbBOzQ=";
}; };
nativeBuildInputs = [ autoconf automake libtool pkg-config which nativeBuildInputs = [ autoconf automake libtool pkg-config which