mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Use latest lowdown
This improves list rendering (https://github.com/kristapsdz/lowdown/issues/73).
This commit is contained in:
parent
58856e86f6
commit
aedbc7b683
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "The purely functional package manager";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-21.05-small";
|
||||
inputs.lowdown-src = { url = "github:kristapsdz/lowdown/VERSION_0_8_6"; flake = false; };
|
||||
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
|
||||
|
||||
outputs = { self, nixpkgs, lowdown-src }:
|
||||
|
||||
|
@ -350,7 +350,7 @@
|
|||
};
|
||||
|
||||
lowdown = with final; stdenv.mkDerivation rec {
|
||||
name = "lowdown-0.8.6";
|
||||
name = "lowdown-0.9.0";
|
||||
|
||||
/*
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue