about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-03-07 09:10:22 -0800
committerGitHub <noreply@github.com>2020-03-07 09:10:22 -0800
commit32a7992874bc866d6d0e208ce09a7f28d3418ada (patch)
tree6ac4388f4ef30c03bbbc36cc983c40d9b895cdb3 /pkgs/tools
parenta287a87e19321cc47cd3ec6d4132336f4a0ab84c (diff)
parentad450e99b9d445eeda92616889657ad6ac042b7c (diff)
downloadnixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.tar
nixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.tar.gz
nixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.tar.bz2
nixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.tar.lz
nixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.tar.xz
nixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.tar.zst
nixlib-32a7992874bc866d6d0e208ce09a7f28d3418ada.zip
Merge pull request #81960 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.35 -> 6.36
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/profile-sync-daemon/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/profile-sync-daemon/default.nix b/pkgs/tools/misc/profile-sync-daemon/default.nix
index c1496e0dbc9e..9c07254e5873 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.35";
+  version = "6.36";
   pname = "profile-sync-daemon";
 
   src = fetchurl {
     url = "https://github.com/graysky2/profile-sync-daemon/archive/v${version}.tar.gz";
-    sha256 = "0hd3cjhf9nv4q5gvc8lbh5c82095lll7mxll1mj5hkzmnijzsf0v";
+    sha256 = "0zw9fqpfiz1ld443cw2vp54y86maksmq4mnjs73nlp00nn5z2047";
   };
 
   installPhase = ''
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
       between the two. One of the major design goals of psd is a completely
       transparent user experience.
     '';
-    homepage = https://github.com/graysky2/profile-sync-daemon;
+    homepage = "https://github.com/graysky2/profile-sync-daemon";
     downloadPage = https://github.com/graysky2/profile-sync-daemon/releases;
     license = licenses.mit;
     maintainers = [ maintainers.prikhi ];