Merge pull request #35804 from ryantm/auto-update/librep-0.92.6-to-0.92.7
librep: 0.92.6 -> 0.92.7
This commit is contained in:
commit
246759c204
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "librep-${version}";
|
||||
version = "0.92.6";
|
||||
version = "0.92.7";
|
||||
sourceName = "librep_${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.tuxfamily.org/librep/${sourceName}.tar.xz";
|
||||
sha256 = "1k6c0hmyzxh8459r790slh9vv9vwy9d7w3nlmrqypbx9mk855hgy";
|
||||
sha256 = "1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue