Skip to content

Commit

Permalink
double-conversion: 3.1.1 -> 3.1.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and FRidh committed Mar 10, 2019
1 parent c10e59e commit be593f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/double-conversion/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "double-conversion-${version}";
version = "3.1.1";
version = "3.1.3";

src = fetchFromGitHub {
owner = "google";
repo = "double-conversion";
rev = "v${version}";
sha256 = "123rb2p4snqagrybw66vnapchqdwn2rfpr1wcq0ya9gwbyl7xccx";
sha256 = "082w15xq8f4c422a71phvcahgc8vmqrig97av9g9628q5n2ybbgg";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit be593f2

Please sign in to comment.