apacheHttpdPackages.mod_python: 3.5.0.2 -> 3.5.0.4 (#371736)

This commit is contained in:
Weijia Wang
2025-03-09 21:37:57 +01:00
committed by GitHub
@@ -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 ];