Merge pull request #50705 from r-ryantm/auto-update/libversion
libversion: 2.7.0 -> 2.8.1
This commit is contained in:
commit
5a19d0ec2d
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user