Merge pull request #268463 from trofi/lowdown-update

lowdown: 1.0.2 -> 1.1.0
This commit is contained in:
Emily Trau 2023-11-23 01:11:38 +11:00 committed by GitHub
commit cc2c738ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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