about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-17 12:12:24 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-17 12:14:48 -0500
commita5837865c0fab46d2000a0b5cb87faa273e4b9db (patch)
tree3bee24e33c23341bf15128dc748906c482788215
parent1a6255b832cf58c4db74d2571da1d64240e806f3 (diff)
downloadnixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.tar
nixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.tar.gz
nixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.tar.bz2
nixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.tar.lz
nixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.tar.xz
nixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.tar.zst
nixlib-a5837865c0fab46d2000a0b5cb87faa273e4b9db.zip
flatpak: 1.1.3 -> 1.2.3
-rw-r--r--pkgs/development/libraries/flatpak/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/flatpak/default.nix b/pkgs/development/libraries/flatpak/default.nix
index ebf55dcd194c..1c4b6ea8c722 100644
--- a/pkgs/development/libraries/flatpak/default.nix
+++ b/pkgs/development/libraries/flatpak/default.nix
@@ -5,14 +5,14 @@
 
 stdenv.mkDerivation rec {
   pname = "flatpak";
-  version = "1.1.3";
+  version = "1.2.3";
 
   # TODO: split out lib once we figure out what to do with triggerdir
   outputs = [ "out" "man" "doc" "installedTests" ];
 
   src = fetchurl {
     url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
-    sha256 = "12xqhszx50pmw2nx7n1pym7n47z95ddwwkyx35bfgmxsd9hjpmh2";
+    sha256 = "0i0dn3w3545lvmjlzqj3j70lk8yrq64r9frp1rk6a161gwq20ixv";
   };
 
   patches = [