summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/cppcms
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-18 13:52:41 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-18 22:52:41 +0200
commitfd8d570cc45edea190df88c80cbeabfa363f785b (patch)
tree6862f0688e43cd456fdaa457bb24c30ca7e785a6 /pkgs/development/libraries/cppcms
parentgrantlee: 0.4.0 -> 0.5.1 (#42012) (diff)
downloadnixpkgs-fd8d570cc45edea190df88c80cbeabfa363f785b.tar.gz
cppcms: 1.0.5 -> 1.2.1 (#42024)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cppcms/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_config_find_param had a zero exit code or showed the expected version - /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_make_key passed the binary check. - Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_scale had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_tmpl_cc had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1/bin/cppcms_run had a zero exit code or showed the expected version - 1 of 5 passed binary check by having a zero exit code. - 0 of 5 passed binary check by having the new version present in output. - found 1.2.1 with grep in /nix/store/9rzm8kp5fc4w1n4iygff2fl9i9l47n83-cppcms-1.2.1 - directory tree listing: https://gist.github.com/d1f2849fe9d35b02a9db07f7d396c6a7 - du listing: https://gist.github.com/f5c96329d8e59da59472edbaf149d83d
Diffstat (limited to 'pkgs/development/libraries/cppcms')
-rw-r--r--pkgs/development/libraries/cppcms/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/cppcms/default.nix b/pkgs/development/libraries/cppcms/default.nix
index 6dc496d0e5aa..a2493e55fb0b 100644
--- a/pkgs/development/libraries/cppcms/default.nix
+++ b/pkgs/development/libraries/cppcms/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cppcms-${version}";
- version = "1.0.5";
+ version = "1.2.1";
src = fetchurl {
url = "mirror://sourceforge/cppcms/${name}.tar.bz2";
- sha256 = "0r8qyp102sq4lw8xhrjhan0dnslhsmxj4zs9jzlw75yagfbqbdl4";
+ sha256 = "0lmcdjzicmzhnr8pa0q3f5lgapz2cnh9w0dr56i4kj890iqwgzhh";
};
enableParallelBuilding = true;