Skip to content

Commit

Permalink
swig: 4.2.1 -> 4.3.0 (#350118)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Nov 18, 2024
2 parents 7b0b389 + bd565dc commit 7b1064c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sw/swig/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "swig";
version = "4.2.1";
version = "4.3.0";

src = fetchFromGitHub {
owner = "swig";
repo = "swig";
rev = "v${finalAttrs.version}";
hash = "sha256-VlUsiRZLScmbC7hZDzKqUr9481YXVwo0eXT/jy6Fda8=";
hash = "sha256-hFHEE9wy8Lja9G396tI4fj4LhOkpPKJkDuy1L62AXr4=";
};

PCRE_CONFIG = "${pcre2.dev}/bin/pcre-config";
Expand Down

0 comments on commit 7b1064c

Please sign in to comment.