about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Hu <me@nickhu.co.uk>2020-05-26 13:48:28 +0100
committerGitHub <noreply@github.com>2020-05-26 13:48:28 +0100
commitebdbc688a505909721a4ffb4c0f49d35da468897 (patch)
tree46f0ca879a604c1abba3e649205fe371e192d147 /pkgs/tools
parent1acb028ca04a2c98aa099f45a4bf5dc8aa489792 (diff)
parent72003fa5a26dc01aa1b386b1d99ff7286609cc04 (diff)
downloadnixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.tar
nixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.tar.gz
nixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.tar.bz2
nixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.tar.lz
nixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.tar.xz
nixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.tar.zst
nixlib-ebdbc688a505909721a4ffb4c0f49d35da468897.zip
Merge pull request #88651 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.38 -> 6.40
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/profile-sync-daemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/profile-sync-daemon/default.nix b/pkgs/tools/misc/profile-sync-daemon/default.nix
index 790bf73a44dc..7d68ada2c1bc 100644
--- a/pkgs/tools/misc/profile-sync-daemon/default.nix
+++ b/pkgs/tools/misc/profile-sync-daemon/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, utillinux, coreutils}:
 
 stdenv.mkDerivation rec {
-  version = "6.38";
+  version = "6.40";
   pname = "profile-sync-daemon";
 
   src = fetchurl {
     url = "https://github.com/graysky2/profile-sync-daemon/archive/v${version}.tar.gz";
-    sha256 = "0mhjgd2b3grdaad64b72m8i5rm9k58yx7kpiqmhmd3kl5qlgxagy";
+    sha256 = "1z1n7dqbkk0x9w2pq71nf93wp4hrzin4a0hcvfynj1khf12z369h";
   };
 
   installPhase = ''