Skip to content

Commit

Permalink
Use lowdown 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 23, 2021
1 parent e65f604 commit 7880083
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
18 changes: 18 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
description = "The purely functional package manager";

inputs.nixpkgs.url = "nixpkgs/nixos-20.09-small";
#inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
inputs.lowdown-src = { url = "github:kristapsdz/lowdown/VERSION_0_8_4"; flake = false; };

outputs = { self, nixpkgs }:
outputs = { self, nixpkgs, lowdown-src }:

let

Expand Down Expand Up @@ -271,14 +271,16 @@
};

lowdown = with final; stdenv.mkDerivation rec {
name = "lowdown-0.8.0";
name = "lowdown-0.8.4";

/*
src = fetchurl {
url = "https://kristaps.bsd.lv/lowdown/snapshots/${name}.tar.gz";
hash = "sha512-U9WeGoInT9vrawwa57t6u9dEdRge4/P+0wLxmQyOL9nhzOEUU2FRz2Be9H0dCjYE7p2v3vCXIYk40M+jjULATw==";
};
*/

#src = lowdown-src;
src = lowdown-src;

outputs = [ "out" "bin" "dev" ];

Expand Down

0 comments on commit 7880083

Please sign in to comment.