summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-27 08:17:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-27 08:17:58 +0000
commit9778b4632e05237f2f76dc115c089f32d674f2b1 (patch)
tree29ca20b0150e75070400d93936c4c77eba7af5bd
parent020ff6989a9ee98f779dc5f9f74b96c4a8090f72 (diff)
downloadnixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.tar
nixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.tar.gz
nixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.tar.bz2
nixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.tar.lz
nixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.tar.xz
nixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.tar.zst
nixpkgs-9778b4632e05237f2f76dc115c089f32d674f2b1.zip
appstream-glib: 0.7.17 -> 0.7.18
-rw-r--r--pkgs/development/libraries/appstream-glib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/appstream-glib/default.nix b/pkgs/development/libraries/appstream-glib/default.nix
index 5b777dff3ea..8e77f6aa34e 100644
--- a/pkgs/development/libraries/appstream-glib/default.nix
+++ b/pkgs/development/libraries/appstream-glib/default.nix
@@ -23,7 +23,7 @@
 , pngquant
 }:
 stdenv.mkDerivation rec {
-  name = "appstream-glib-0.7.17";
+  name = "appstream-glib-0.7.18";
 
   outputs = [ "out" "dev" "man" "installedTests" ];
   outputBin = "dev";
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     owner = "hughsie";
     repo = "appstream-glib";
     rev = stdenv.lib.replaceStrings [ "." "-" ] [ "_" "_" ] name;
-    sha256 = "06pm8l58y0ladimyckbvlslr5bjj9rwb70rgjmn09l41pdpipy2i";
+    sha256 = "12s7d3nqjs1fldnppbg2mkjg4280f3h8yzj3q1hiz3chh1w0vjbx";
   };
 
   nativeBuildInputs = [