kcgi: 0.10.7 -> 0.10.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kcgi/versions
This commit is contained in:
parent
5d60c8c19c
commit
80b7eadb9f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kcgi";
|
pname = "kcgi";
|
||||||
version = "0.10.7";
|
version = "0.10.8";
|
||||||
underscoreVersion = stdenv.lib.replaceChars ["."] ["_"] version;
|
underscoreVersion = stdenv.lib.replaceChars ["."] ["_"] version;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "kristapsdz";
|
owner = "kristapsdz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "VERSION_${underscoreVersion}";
|
rev = "VERSION_${underscoreVersion}";
|
||||||
sha256 = "1z8gfj1v69hhkiyybr41qw7yv3cdxahgk45nipxfb9nmn18p0k8n";
|
sha256 = "0ha6r7bcgf6pcn5gbd2sl7835givhda1jql49c232f1iair1yqyp";
|
||||||
};
|
};
|
||||||
patchPhase = ''substituteInPlace configure \
|
patchPhase = ''substituteInPlace configure \
|
||||||
--replace /usr/local /
|
--replace /usr/local /
|
||||||
|
Loading…
Reference in New Issue
Block a user