summary refs log tree commit diff
path: root/pkgs/development/libraries/double-conversion
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 16:43:32 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 16:43:32 -0700
commit39d85a2e0fc46005d82f561b2f84ea44f0a74375 (patch)
treee30a54ab3915a2b57f3c92654231a16d3bc58649 /pkgs/development/libraries/double-conversion
parent35378f014161c1d794dc89b6969275396cb601de (diff)
downloadnixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar
nixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar.gz
nixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar.bz2
nixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar.lz
nixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar.xz
nixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar.zst
nixpkgs-39d85a2e0fc46005d82f561b2f84ea44f0a74375.zip
double-conversion: 3.0.0 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
Diffstat (limited to 'pkgs/development/libraries/double-conversion')
-rw-r--r--pkgs/development/libraries/double-conversion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/double-conversion/default.nix b/pkgs/development/libraries/double-conversion/default.nix
index 7a33559cbc7..96375fcd5be 100644
--- a/pkgs/development/libraries/double-conversion/default.nix
+++ b/pkgs/development/libraries/double-conversion/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "double-conversion-${version}";
-  version = "3.0.0";
+  version = "3.1.1";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "double-conversion";
     rev = "v${version}";
-    sha256 = "05m78wlwrg310mxh1cl3d8d0ishzfvzh84x64xmvng252m0vc8yz";
+    sha256 = "123rb2p4snqagrybw66vnapchqdwn2rfpr1wcq0ya9gwbyl7xccx";
   };
 
   nativeBuildInputs = [ cmake ];