We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0373f5a + 42c0aeb commit 49914bdCopy full SHA for 49914bd
pkgs/servers/http/apache-modules/mod_python/default.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "mod_python";
14
- version = "3.5.0.2";
+ version = "3.5.0.4";
15
16
src = fetchFromGitHub {
17
owner = "grisha";
18
repo = "mod_python";
19
tag = finalAttrs.version;
20
- hash = "sha256-++yHNKVe1u3w47DaB0zvYyuTrBcQdmuDm22areAeejs=";
+ hash = "sha256-bZ0w61+0If70KD3UW24JllY6vD0vQX2C7FssYG1YLPI=";
21
};
22
23
patches = [ ./install.patch ];
0 commit comments