Merge pull request #66558 from jonringer/bump-libversion

libversion: 2.8.1 -> 2.9.0
This commit is contained in:
Marek Mahut 2019-08-13 14:24:04 +02:00 committed by GitHub
commit 14368b71d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,8 @@
{ stdenv, fetchFromGitHub, cmake }:
let
version = "2.8.1";
in
stdenv.mkDerivation {
name = "libversion-${version}";
stdenv.mkDerivation rec {
pname = "libversion";
version = "2.9.0";
src = fetchFromGitHub {
owner = "repology";