apacheHttpdPackages.mod_python: 3.5.0.2 -> 3.5.0.4

This commit is contained in:
R. Ryantm
2025-01-07 09:21:58 +00:00
parent 66ca9869c7
commit 42c0aeb9b7
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mod_python";
version = "3.5.0.2";
version = "3.5.0.4";
src = fetchFromGitHub {
owner = "grisha";
repo = "mod_python";
tag = finalAttrs.version;
hash = "sha256-++yHNKVe1u3w47DaB0zvYyuTrBcQdmuDm22areAeejs=";
hash = "sha256-bZ0w61+0If70KD3UW24JllY6vD0vQX2C7FssYG1YLPI=";
};
patches = [ ./install.patch ];