mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
kcgi: 0.10.6 -> 0.10.7 (#43000)
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. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/sl5jhxlixmz36c2fqzdhd5az8wnhmx2n-kcgi-0.10.7/bin/kfcgi had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/06d87d498d359996e0d7b408ba2265d2 - du listing: https://gist.github.com/4636af5ca6c5f9b15b55b27e0705b167
This commit is contained in:
parent
99cb9de551
commit
e5a79eacd6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kcgi";
|
pname = "kcgi";
|
||||||
version = "0.10.6";
|
version = "0.10.7";
|
||||||
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 = "0vaqz7krlvkjlc0189pkcj1al1p5ic577dn6bb4ivca1bss1i3m2";
|
sha256 = "1z8gfj1v69hhkiyybr41qw7yv3cdxahgk45nipxfb9nmn18p0k8n";
|
||||||
};
|
};
|
||||||
patchPhase = ''substituteInPlace configure \
|
patchPhase = ''substituteInPlace configure \
|
||||||
--replace /usr/local /
|
--replace /usr/local /
|
||||||
|
|
Loading…
Reference in a new issue