about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 13:12:09 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 13:12:09 -0700
commit59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d (patch)
treec3ff2569cbbebffc0547608ad867e8f1d9f3be9f /pkgs/development/libraries
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
downloadnixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.tar
nixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.tar.gz
nixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.tar.bz2
nixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.tar.lz
nixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.tar.xz
nixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.tar.zst
nixlib-59db0ca1eadeb8dd07e327cdb2ec985ef6cc8b6d.zip
libosmium: 2.15.0 -> 2.15.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/libosmium/versions
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libosmium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libosmium/default.nix b/pkgs/development/libraries/libosmium/default.nix
index 1b7bcc8fa896..791e4d890f93 100644
--- a/pkgs/development/libraries/libosmium/default.nix
+++ b/pkgs/development/libraries/libosmium/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "libosmium-${version}";
-  version = "2.15.0";
+  version = "2.15.1";
 
   src = fetchFromGitHub {
     owner = "osmcode";
     repo = "libosmium";
     rev = "v${version}";
-    sha256 = "0s51qk7py5dzr07q4a78b4mjjrpgbghnj2r8yjq1hnn6pgafbjv0";
+    sha256 = "1v1m068lcjngxnwirpi0vqjhqnxn9gqvafjp3sy14vzmgl2sw2kr";
   };
 
   nativeBuildInputs = [ cmake ];