swig4: 4.0.0 -> 4.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/swig/versions
This commit is contained in:
parent
1828f3dc73
commit
8b426722c0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "swig";
|
pname = "swig";
|
||||||
version = "4.0.0";
|
version = "4.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "swig";
|
owner = "swig";
|
||||||
repo = "swig";
|
repo = "swig";
|
||||||
rev = "rel-${version}";
|
rev = "rel-${version}";
|
||||||
sha256 = "0yx33972jd3214xr3mrap0j5clma9bvs42qz8x38dfz62xlsi78v";
|
sha256 = "1i1gl5gd6b5i1hiazq7m4nvlq86zd0fhk052xhwlnb596pjhgyhf";
|
||||||
};
|
};
|
||||||
|
|
||||||
PCRE_CONFIG = "${pcre.dev}/bin/pcre-config";
|
PCRE_CONFIG = "${pcre.dev}/bin/pcre-config";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user