libjcat: 0.1.1 → 0.1.2

1a509ac60b
This commit is contained in:
Jan Tojnar 2020-05-06 00:15:03 +02:00
parent 3b00e78e63
commit a6cd07ceaa
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,6 +1,5 @@
{ stdenv { stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, docbook_xml_dtd_43 , docbook_xml_dtd_43
, docbook-xsl-nons , docbook-xsl-nons
, glib , glib
@ -20,7 +19,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libjcat"; pname = "libjcat";
version = "0.1.1"; version = "0.1.2";
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ]; outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
@ -28,18 +27,12 @@ stdenv.mkDerivation rec {
owner = "hughsie"; owner = "hughsie";
repo = "libjcat"; repo = "libjcat";
rev = version; rev = version;
sha256 = "hWJUzpQvy2V4pS8C/nW7Xrs9U9LQWMsGuTVOnm5UJc0="; sha256 = "zb9zKEvYUOSyo/j6hXTYZlQOSLdMkkT2I+Pe/0wMrWo=";
}; };
patches = [ patches = [
# Installed tests are installed to different output # Installed tests are installed to different output
./installed-tests-path.patch ./installed-tests-path.patch
# Fix version file generation
(fetchpatch {
url = "https://github.com/hughsie/libjcat/commit/cf2d9298a5fab7278ee040bc0b4be384a7b5538e.patch";
sha256 = "3749qih+wfhU8ECklh5BvReJ7pS+Ao1Q7YueZ1tT0Is=";
})
]; ];
nativeBuildInputs = [ nativeBuildInputs = [