Merge pull request #282475 from simonhollingshead/libpaper1129

libpaper: 1.1.28 -> 1.1.29
This commit is contained in:
Luke Granger-Brown 2024-02-10 22:04:39 +00:00 committed by GitHub
commit 845b6b29ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, autoreconfHook }:
stdenv.mkDerivation rec {
version = "1.1.28";
version = "1.1.29";
pname = "libpaper";
src = fetchurl {
url = "mirror://debian/pool/main/libp/libpaper/libpaper_${version}.tar.gz";
sha256 = "sha256-yLuUbsk9PCxyu7HXJX6QFyoipEoHoH+2uAKluyyV/dw=";
hash = "sha256-JjMOIemjEkZY1RX9hQsM3lRv9C2JsllqUmTF8Wd/BUc=";
};
nativeBuildInputs = [ autoreconfHook ];