Merge pull request #50705 from r-ryantm/auto-update/libversion

libversion: 2.7.0 -> 2.8.1
This commit is contained in:
Renaud 2018-11-19 21:51:14 +01:00 committed by GitHub
commit 5a19d0ec2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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