about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-27 22:00:09 -0500
committerGitHub <noreply@github.com>2019-09-27 22:00:09 -0500
commit796eabe2c3b441237c2788d8b824fc263d2f195b (patch)
tree43f67f9bb6b667abd8337feea2a105c59e8b10e5 /pkgs/tools/misc
parent31e2429e04d9c7a1c5a6cd664ab3e41defe40156 (diff)
parentf2d04f2dd8f7400f22d2e0522fa40422c957387e (diff)
downloadnixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.tar
nixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.tar.gz
nixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.tar.bz2
nixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.tar.lz
nixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.tar.xz
nixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.tar.zst
nixlib-796eabe2c3b441237c2788d8b824fc263d2f195b.zip
Merge pull request #69737 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.34 -> 6.35
Diffstat (limited to 'pkgs/tools/misc')
-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 989a2d3f22b9..c1496e0dbc9e 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}:
 
 stdenv.mkDerivation rec {
-  version = "6.34";
+  version = "6.35";
   pname = "profile-sync-daemon";
 
   src = fetchurl {
     url = "https://github.com/graysky2/profile-sync-daemon/archive/v${version}.tar.gz";
-    sha256 = "0v6yzgfwv3mhf1q2fp6abrvr15p9b1c1gahj3mdh5b4bfcsg3n5a";
+    sha256 = "0hd3cjhf9nv4q5gvc8lbh5c82095lll7mxll1mj5hkzmnijzsf0v";
   };
 
   installPhase = ''