summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/1.68.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-05 12:11:38 +0100
committerPeter Simons <simons@cryp.to>2019-03-06 15:12:57 +0100
commit3300c60fca7713475aa19551e582129c796746aa (patch)
tree0440a4ff4a6e99d6cc4741ea63d0dbdbe316e67f /pkgs/development/libraries/boost/1.68.nix
parent18b0cf78a64be5fd1849bb08825c59d420223dcd (diff)
downloadnixpkgs-3300c60fca7713475aa19551e582129c796746aa.tar
nixpkgs-3300c60fca7713475aa19551e582129c796746aa.tar.gz
nixpkgs-3300c60fca7713475aa19551e582129c796746aa.tar.bz2
nixpkgs-3300c60fca7713475aa19551e582129c796746aa.tar.lz
nixpkgs-3300c60fca7713475aa19551e582129c796746aa.tar.xz
nixpkgs-3300c60fca7713475aa19551e582129c796746aa.tar.zst
nixpkgs-3300c60fca7713475aa19551e582129c796746aa.zip
boost: fix misspelled version numbers in 1.66.0, 1.67.0, 1.68.0, and 1.69.0
Diffstat (limited to 'pkgs/development/libraries/boost/1.68.nix')
-rw-r--r--pkgs/development/libraries/boost/1.68.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost/1.68.nix b/pkgs/development/libraries/boost/1.68.nix
index 97879051a67..cd980439b71 100644
--- a/pkgs/development/libraries/boost/1.68.nix
+++ b/pkgs/development/libraries/boost/1.68.nix
@@ -1,7 +1,7 @@
 { stdenv, callPackage, fetchurl, fetchpatch, ... } @ args:
 
 callPackage ./generic.nix (args // rec {
-  version = "1.68_0";
+  version = "1.68.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/boost/boost_1_68_0.tar.bz2";