aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libivykis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 15:46:17 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 00:46:17 +0200
commit461ab720e59ca2e07b66b72069357bd2a0f9668b (patch)
tree19ecf1629bd93748222904102f6af53e1f6b6f26 /pkgs/development/libraries/libivykis
parentd655854b8eb6e2b5df5cf84a6c2b1759cf0dee30 (diff)
libivykis: 0.42.1 -> 0.42.2 (#42991)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libivykis/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.42.2 with grep in /nix/store/mpzbl2ic44k0zb14i6vh1jnfgjw991fm-libivykis-0.42.2 - directory tree listing: https://gist.github.com/e262298d600bcbe234280fd968536833 - du listing: https://gist.github.com/b1a6d5fe802c7441fc1f194f04f6b1b5
Diffstat (limited to 'pkgs/development/libraries/libivykis')
-rw-r--r--pkgs/development/libraries/libivykis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libivykis/default.nix b/pkgs/development/libraries/libivykis/default.nix
index ed595505fae1..af3ab3a7c4ee 100644
--- a/pkgs/development/libraries/libivykis/default.nix
+++ b/pkgs/development/libraries/libivykis/default.nix
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "libivykis-${version}";
- version = "0.42.1";
+ version = "0.42.2";
src = fetchurl {
url = "mirror://sourceforge/libivykis/${version}/ivykis-${version}.tar.gz";
- sha256 = "0c90cfpxipw2m8i3ajr7vy7lb8gvcz2kh5n8sd542zphr4na8whq";
+ sha256 = "14vb613j4xas70wr7g5z9c9z871xhayd4zliywwf88myd41jcsw8";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];