libversion: 2.6.0 -> 2.7.0 (#49244)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libversion/versions
This commit is contained in:
R. RyanTM 2018-10-27 06:24:37 -07:00 committed by Samuel Leathers
parent 244f27b4be
commit 4b69581737

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake }:
let
version = "2.6.0";
version = "2.7.0";
in
stdenv.mkDerivation {
name = "libversion-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation {
owner = "repology";
repo = "libversion";
rev = version;
sha256 = "0krhfycva3l4rhac5kx6x1a6fad594i9i77vy52rwn37j62bm601";
sha256 = "0brk2mbazc7yz0h4zsvbybbaymf497dgxnc74qihnvbi4z4rlqpj";
};
nativeBuildInputs = [ cmake ];