summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 10:34:42 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 10:34:42 -0700
commitf1f6b462fff6e84031a522adb311991b8a173570 (patch)
tree9a2e2d5157b03680068241e1b25bc6521f0d8442 /pkgs/development/libraries
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.tar
nixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.tar.gz
nixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.tar.bz2
nixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.tar.lz
nixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.tar.xz
nixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.tar.zst
nixpkgs-f1f6b462fff6e84031a522adb311991b8a173570.zip
libfixposix: 0.4.1 -> 0.4.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.4.3 with grep in /nix/store/ksrz74w4gzxb2mf8yb3f3i67i80cr93v-libfixposix-0.4.3
- directory tree listing: https://gist.github.com/ddc89b6def68fbc70c046bfdaa1c02b8
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libfixposix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfixposix/default.nix b/pkgs/development/libraries/libfixposix/default.nix
index f56dc60771d..2d2d56dda4f 100644
--- a/pkgs/development/libraries/libfixposix/default.nix
+++ b/pkgs/development/libraries/libfixposix/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name="libfixposix-${version}";
-  version="0.4.1";
+  version="0.4.3";
 
   src = fetchFromGitHub {
     owner = "sionescu";
     repo = "libfixposix";
     rev = "v${version}";
-    sha256 = "19wjb43mn16f4lin5a2dfi3ym2hy7kqibs0z631d205b16vxas15";
+    sha256 = "1x4q6yspi5g2s98vq4qszw4z3zjgk9l5zs8471w4d4cs6l97w08j";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];