mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
flatpak-builder: 1.2.0 -> 1.2.2
Changes: https://github.com/flatpak/flatpak-builder/releases/tag/1.2.2 https://github.com/flatpak/flatpak-builder/releases/tag/1.2.1 Security advisory: https://github.com/flatpak/flatpak/security/advisories/GHSA-8ch7-5j3h-g4fx
This commit is contained in:
parent
8909cf13be
commit
f8c8a8918a
@ -47,13 +47,13 @@ let
|
||||
installed_test_metadir = "${placeholder "installedTests"}/share/installed-tests/flatpak-builder";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "flatpak-builder";
|
||||
version = "1.2.0";
|
||||
version = "1.2.2";
|
||||
|
||||
outputs = [ "out" "doc" "man" "installedTests" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/flatpak/flatpak-builder/releases/download/${version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-38tqPKONYeB3W3CkaatQUoXhKTYUYt8JAE5tQlHCRqg=";
|
||||
sha256 = "sha256-if2mjlN8Hp3gI1JpC9icMhenKRZFWNNfNbCPea2E4D4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -87,10 +87,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
# TODO: Remove older versions.
|
||||
# https://github.com/flatpak/flatpak-builder/pull/437
|
||||
docbook_xml_dtd_412
|
||||
docbook_xml_dtd_42
|
||||
docbook_xml_dtd_43
|
||||
docbook_xsl
|
||||
gettext
|
||||
|
Loading…
Reference in New Issue
Block a user