about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-26 05:16:52 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-26 05:16:52 -0800
commit302fe24374484ecf22c3db47c740a4552091feea (patch)
tree23f86f951311a2181af21c4c75fd14235debc780
parent0a1dc96ada214bb61ee867030b3bd9797f57b356 (diff)
downloadnixlib-302fe24374484ecf22c3db47c740a4552091feea.tar
nixlib-302fe24374484ecf22c3db47c740a4552091feea.tar.gz
nixlib-302fe24374484ecf22c3db47c740a4552091feea.tar.bz2
nixlib-302fe24374484ecf22c3db47c740a4552091feea.tar.lz
nixlib-302fe24374484ecf22c3db47c740a4552091feea.tar.xz
nixlib-302fe24374484ecf22c3db47c740a4552091feea.tar.zst
nixlib-302fe24374484ecf22c3db47c740a4552091feea.zip
appstream: 0.12.3 -> 0.12.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream/versions
-rw-r--r--pkgs/development/libraries/appstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix
index f53b63472cce..aded6945cb16 100644
--- a/pkgs/development/libraries/appstream/default.nix
+++ b/pkgs/development/libraries/appstream/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   name = "appstream-${version}";
-  version = "0.12.3";
+  version = "0.12.4";
 
   src = fetchFromGitHub {
     owner  = "ximion";
     repo   = "appstream";
     rev    = "APPSTREAM_${stdenv.lib.replaceStrings ["."] ["_"] version}";
-    sha256 = "154yfn10vm5v7vwa2jz60bgpcznzm3nkjg31g92rm9b39rd2y1ja";
+    sha256 = "1ag00w13fqvv584svcml7cykvgy0mi709qsm5mgy2ygy9d8r2vfw";
   };
 
   nativeBuildInputs = [