summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-07-06 11:26:33 +0200
committerGitHub <noreply@github.com>2018-07-06 11:26:33 +0200
commit5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a (patch)
treea93f21069688e87c5ddef975585bcf6b07a684bf /pkgs/top-level
parenta4a1627926285b189e215fa59d61908037f29a5c (diff)
parent7e579aa994eb2dc42ddabf5aff6e2d89045a4586 (diff)
downloadnixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.tar
nixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.tar.gz
nixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.tar.bz2
nixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.tar.lz
nixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.tar.xz
nixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.tar.zst
nixlib-5ea2eb7ac97c6665fc239eaf5f071139fe7c2f2a.zip
Merge pull request #43090 from flokli/gocryptfs-1.5
gocryptfs: 1.1.1 -> 1.5
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9f7b57295566..4a04b2c65bc6 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2714,7 +2714,7 @@ with pkgs;
 
   goaccess = callPackage ../tools/misc/goaccess { };
 
-  gocryptfs = callPackage ../tools/filesystems/gocrypfs { };
+  gocryptfs = callPackage ../tools/filesystems/gocryptfs { };
 
   godot = callPackage ../development/tools/godot {};