about summary refs log tree commit diff
path: root/pkgs/tools/misc/desktop-file-utils
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-12-03 21:17:32 +0100
committerJan Tojnar <jtojnar@gmail.com>2017-12-04 02:07:57 +0100
commit2b405ac3cfe2a819eef4c2005c5603dba23b8bde (patch)
treec62427e3da5e5ef43958c9ddac90a7e3861ee4e4 /pkgs/tools/misc/desktop-file-utils
parent9c62cc74b9e03861cd764c8ce23ca864134f73b6 (diff)
downloadnixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.tar
nixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.tar.gz
nixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.tar.bz2
nixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.tar.lz
nixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.tar.xz
nixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.tar.zst
nixlib-2b405ac3cfe2a819eef4c2005c5603dba23b8bde.zip
desktop_file_utils: 0.22 → 0.23
Diffstat (limited to 'pkgs/tools/misc/desktop-file-utils')
-rw-r--r--pkgs/tools/misc/desktop-file-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/desktop-file-utils/default.nix b/pkgs/tools/misc/desktop-file-utils/default.nix
index e5e3815481f1..6e2f6548722e 100644
--- a/pkgs/tools/misc/desktop-file-utils/default.nix
+++ b/pkgs/tools/misc/desktop-file-utils/default.nix
@@ -3,11 +3,11 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "desktop-file-utils-0.22";
+  name = "desktop-file-utils-0.23";
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/desktop-file-utils/releases/${name}.tar.xz";
-    sha256 = "1ianvr2a69yjv4rpyv30w7yjsmnsb23crrka5ndqxycj4rkk4dc4";
+    sha256 = "119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc";
   };
 
   nativeBuildInputs = [ pkgconfig ];