summary refs log tree commit diff
path: root/pkgs/development/libraries/libffcall/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 20:27:03 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 20:27:03 -0800
commitca86915a68e325c05ce47538f7c02ce76cc48bef (patch)
tree618e422254c1486da964ae34f4e2b60766402e56 /pkgs/development/libraries/libffcall/default.nix
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
downloadnixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.tar
nixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.tar.gz
nixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.tar.bz2
nixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.tar.lz
nixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.tar.xz
nixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.tar.zst
nixpkgs-ca86915a68e325c05ce47538f7c02ce76cc48bef.zip
libffcall: 2.0 -> 2.1
Semi-automatic update. These checks were performed:

- built on NixOS
- found 2.1 with grep in /nix/store/3al1x63bcpba04rn27rxqwsic4jggqhw-libffcall-2.1-dev
- found 2.1 in filename of file in /nix/store/3al1x63bcpba04rn27rxqwsic4jggqhw-libffcall-2.1-dev
Diffstat (limited to 'pkgs/development/libraries/libffcall/default.nix')
-rw-r--r--pkgs/development/libraries/libffcall/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libffcall/default.nix b/pkgs/development/libraries/libffcall/default.nix
index c6482842cac..513a4dc3d38 100644
--- a/pkgs/development/libraries/libffcall/default.nix
+++ b/pkgs/development/libraries/libffcall/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libffcall-${version}";
-  version = "2.0";
+  version = "2.1";
 
   src = fetchurl {
     url = "mirror://gnu/libffcall/libffcall-${version}.tar.gz";
-    sha256 = "0v0rh3vawb8z5q40fs3kr2f9zp06n2fq4rr2ww4562nr96sd5aj1";
+    sha256 = "0iwcad6w78jp84vd6xaz5fwqm84n3cb42bdf5m5cj5xzpa5zp4d0";
   };
 
   enableParallelBuilding = false;