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

appstream: 0.14.3 -> 0.14.4
This commit is contained in:
Sandro 2021-06-26 18:50:46 +02:00 committed by GitHub
commit 3cde793249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "appstream";
version = "0.14.3";
version = "0.14.4";
outputs = [ "out" "dev" ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "ximion";
repo = "appstream";
rev = "v${version}";
sha256 = "sha256-wCQR+4/F5lVqWHHcH/WS4irBGRivz3c1imasyLDIZIs=";
sha256 = "sha256-DJXCw50f+8c58bJw6xx0ECfkc9/KcWaeA+ne2zmTyhg=";
};
patches = [