mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
apacheHttpdPackages.mod_python: unstable-2022-10-18 -> 3.5.0.2
https://github.com/grisha/mod_python/blob/3.5.0.2/NEWS
This commit is contained in:
parent
fe949d046e
commit
b0477d1e81
@ -10,12 +10,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mod_python";
|
||||
version = "unstable-2022-10-18";
|
||||
version = "3.5.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grisha";
|
||||
repo = pname;
|
||||
rev = "d066b07564d2194839eceb535485eb1ba0c292d8";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-EH8wrXqUAOFWyPKfysGeiIezgrVc789RYO4AHeSA6t4=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user