Unverified Commit cc2c738a authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #268463 from trofi/lowdown-update

lowdown: 1.0.2 -> 1.1.0
parents 67ac6838 a6cd4416
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

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

  src = fetchurl {
    url = "https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz";
    hash = "sha512-tahhm2QsaC9xP6V9qWEf6HkXiyWjRo3pzEKi9tyBLvonQKUMgV+pmWkvtubUUnxYVrhTm0Xsne1lemKj9ecfWQ==";
    hash = "sha512-EpAWTz7Zy+2qqJGgzLrt0tK7WEZ+hHbdyqzAmMiaqc6uNXscR88git6/UbTjvB9Yanvetvw9huSuyhcORCEIug==";
  };

  nativeBuildInputs = [ which dieHook ]
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {

  postInstall =
    let
      soVersion = "3";
      soVersion = "1";
    in

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