3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #98926 from r-ryantm/auto-update/appstream-glib

appstream-glib: 0.7.17 -> 0.7.18
This commit is contained in:
Jan Tojnar 2020-09-29 18:45:37 +02:00 committed by GitHub
commit 239a6e5795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
, pngquant , pngquant
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "appstream-glib-0.7.17"; name = "appstream-glib-0.7.18";
outputs = [ "out" "dev" "man" "installedTests" ]; outputs = [ "out" "dev" "man" "installedTests" ];
outputBin = "dev"; outputBin = "dev";
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "hughsie"; owner = "hughsie";
repo = "appstream-glib"; repo = "appstream-glib";
rev = stdenv.lib.replaceStrings [ "." "-" ] [ "_" "_" ] name; rev = stdenv.lib.replaceStrings [ "." "-" ] [ "_" "_" ] name;
sha256 = "06pm8l58y0ladimyckbvlslr5bjj9rwb70rgjmn09l41pdpipy2i"; sha256 = "12s7d3nqjs1fldnppbg2mkjg4280f3h8yzj3q1hiz3chh1w0vjbx";
}; };
nativeBuildInputs = [ nativeBuildInputs = [