summary refs log tree commit diff
path: root/pkgs/tools/misc/profile-sync-daemon
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-06 11:07:03 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-06 23:11:04 -0700
commit3d59ba956935191c7843b3f9aee081920c684c4a (patch)
tree35acc4451b01f6eb0628d22fc4fe61362f517326 /pkgs/tools/misc/profile-sync-daemon
parentc558a735fa2136a0393c56c773ec1e68194c1820 (diff)
downloadnixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.tar
nixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.tar.gz
nixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.tar.bz2
nixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.tar.lz
nixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.tar.xz
nixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.tar.zst
nixpkgs-3d59ba956935191c7843b3f9aee081920c684c4a.zip
profile-sync-daemon: 6.36 -> 6.38
Diffstat (limited to 'pkgs/tools/misc/profile-sync-daemon')
-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 fd17de60f20..790bf73a44d 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.36";
+  version = "6.38";
   pname = "profile-sync-daemon";
 
   src = fetchurl {
     url = "https://github.com/graysky2/profile-sync-daemon/archive/v${version}.tar.gz";
-    sha256 = "0zw9fqpfiz1ld443cw2vp54y86maksmq4mnjs73nlp00nn5z2047";
+    sha256 = "0mhjgd2b3grdaad64b72m8i5rm9k58yx7kpiqmhmd3kl5qlgxagy";
   };
 
   installPhase = ''