File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
pkgs/by-name/qu/quill-log Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 55 stdenv ,
66} :
77
8- stdenv . mkDerivation rec {
8+ stdenv . mkDerivation ( finalAttrs : {
99 pname = "quill-log" ;
10- version = "10.0.0 " ;
10+ version = "10.0.1 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "odygrd" ;
1414 repo = "quill" ;
15- rev = "v${ version } " ;
16- hash = "sha256-za0ech+rkhhtFumrkMMJXccd14PKXoiBQPXSYcK8Y7A =" ;
15+ tag = "v${ finalAttrs . version } " ;
16+ hash = "sha256-MLdCw+erKFYajZ4gB1KXNjd3wNMVez1OPASQyn4DXtM =" ;
1717 } ;
1818
1919 nativeBuildInputs = [ cmake ] ;
2020
21- meta = with lib ; {
21+ meta = {
2222 homepage = "https://github.com/odygrd/quill" ;
2323 changelog = "https://github.com/odygrd/quill/blob/master/CHANGELOG.md" ;
2424 downloadPage = "https://github.com/odygrd/quill" ;
2525 description = "Asynchronous Low Latency C++17 Logging Library" ;
26- platforms = platforms . all ;
27- license = licenses . mit ;
28- maintainers = [ maintainers . odygrd ] ;
26+ platforms = lib . platforms . all ;
27+ license = lib . licenses . mit ;
28+ maintainers = [ lib . maintainers . odygrd ] ;
2929 } ;
30- }
30+ } )
You can’t perform that action at this time.
0 commit comments