Skip to content

Commit

Permalink
lowdown: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed May 27, 2023
1 parent ecdea2e commit a6549ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/typesetting/lowdown/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "lowdown";
version = "1.0.1";
version = "1.0.2";

outputs = [ "out" "lib" "dev" "man" ];

src = fetchurl {
url = "https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz";
sha512 = "2jsskdrx035vy5kyb371swcn23vj7ww1fmrsalmyp1jc3459vgh2lk4nlvrw74r93z9yyzsq9vra2sspx173cpjlr8lyyqdw5h91lms";
sha512 = "1cizrzmldi7lrgdkpn4b6skp1b5hz2jskkbcbv9k6lmz08clm02gyifh7fgd8j2rklqsim34n5ifyg83xhsjzd57xqjys1ccjdn3a5m";
};

nativeBuildInputs = [ which ]
Expand Down Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
postInstall =
let
inherit (stdenv.hostPlatform.extensions) sharedLibrary;
soVersion = "2";
soVersion = "3";
in

# Check that soVersion is up to date even if we are not on darwin
Expand Down

0 comments on commit a6549ea

Please sign in to comment.