swig: 4.3.1 -> 4.4.1

This commit is contained in:
Hythera
2026-03-21 23:52:18 +01:00
parent 7fa775b6c6
commit 616ce0be05
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swig";
version = "4.3.1";
version = "4.4.1";
src = fetchFromGitHub {
owner = "swig";
repo = "swig";
rev = "v${finalAttrs.version}";
hash = "sha256-wEqbKDgXVU8kQxdh7uC+EZ0u5leeoYh2d/61qB4guOg=";
hash = "sha256-jsi83v9sg0n5kUfDACqdNAS2VuLSyxv+pe2LRcO4Khc=";
};
strictDeps = true;