about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 07:17:24 -0700
committerJon <jonringer@users.noreply.github.com>2019-09-30 22:31:34 -0700
commit13ccc86f4ea710f2e85571f2ff2598da017432ce (patch)
tree1f22310469e61bc04fd0cd5c74116ddfd4d6fa58 /pkgs/development/tools
parentfb170183c4099bcd9332f321b9f4e28fd3eeac8e (diff)
downloadnixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.tar
nixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.tar.gz
nixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.tar.bz2
nixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.tar.lz
nixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.tar.xz
nixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.tar.zst
nixlib-13ccc86f4ea710f2e85571f2ff2598da017432ce.zip
flatpak-builder: 1.0.8 -> 1.0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/flatpak-builder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/flatpak-builder/default.nix b/pkgs/development/tools/flatpak-builder/default.nix
index d190ee32fca4..f7d344506d57 100644
--- a/pkgs/development/tools/flatpak-builder/default.nix
+++ b/pkgs/development/tools/flatpak-builder/default.nix
@@ -43,7 +43,7 @@
 let
   installed_testdir = "${placeholder "installedTests"}/libexec/installed-tests/flatpak-builder";
   installed_test_metadir = "${placeholder "installedTests"}/share/installed-tests/flatpak-builder";
-  version = "1.0.8";
+  version = "1.0.9";
 in stdenv.mkDerivation rec {
   pname = "flatpak-builder";
   inherit version;
@@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/flatpak/flatpak-builder/releases/download/${version}/${pname}-${version}.tar.xz";
-    sha256 = "0ns1vv2phhd3vsi2749cajwapapx7xa841kkvssixwgfa575d912";
+    sha256 = "00qd770qjsiyd8qhhhyn7zg6jyi283ix5dhjzcfdn9yr3h53kvyn";
   };
 
   nativeBuildInputs = [