Merge pull request #210603 from r-ryantm/auto-update/libzen

libzen: 0.4.39 -> 0.4.40
This commit is contained in:
Nick Cao 2023-01-23 16:16:18 +08:00 committed by GitHub
commit c1e22e0990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, autoreconfHook }:
stdenv.mkDerivation rec {
version = "0.4.39";
version = "0.4.40";
pname = "libzen";
src = fetchurl {
url = "https://mediaarea.net/download/source/libzen/${version}/libzen_${version}.tar.bz2";
sha256 = "1rwaxmid9iv65n0y6xlcyxxydsvihjni9ldxpg6pbqz43amp49xx";
sha256 = "sha256-VUPixFIUudnwuk9D3uYdApbh/58UJ+1sh53dG2K59p4=";
};
nativeBuildInputs = [ autoreconfHook ];