nx-libs: 3.5.99.19 -> 3.5.99.20
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nx-libs/versions
This commit is contained in:
parent
ff5601a7d6
commit
e338ad7e3b
@ -2,12 +2,12 @@
|
|||||||
libpng, libtool, libxml2, pkgconfig, which, xorg }:
|
libpng, libtool, libxml2, pkgconfig, which, xorg }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nx-libs-${version}";
|
name = "nx-libs-${version}";
|
||||||
version = "3.5.99.19";
|
version = "3.5.99.20";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ArcticaProject";
|
owner = "ArcticaProject";
|
||||||
repo = "nx-libs";
|
repo = "nx-libs";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0vw333i59slz4rcmv32j4ydgiiihyqqy3fzgn1h6gj88qsbyfwqm";
|
sha256 = "1c3xjbmnylw53h04g77lk9va1sk1dgg7zhirwz3mpn73r6dkyzix";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig which
|
nativeBuildInputs = [ autoconf automake libtool pkgconfig which
|
||||||
|
Loading…
Reference in New Issue
Block a user