lowdown: 1.0.2 -> 1.1.0

Changes: https://github.com/kristapsdz/lowdown/releases/tag/VERSION_1_1_0
This commit is contained in:
Sergei Trofimovich 2023-11-19 07:59:17 +00:00
parent ff562fa5fc
commit a6cd44164c

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