summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-23 22:05:53 -0500
committerGitHub <noreply@github.com>2018-05-23 22:05:53 -0500
commit03e9d75a8dd457b1d6c5947307507df4b47519aa (patch)
treeda2be8a44af67df0766b5b4da61c1c1d89d5a9e8
parent120e93928f1071a5589e520a7542577a70dc736f (diff)
downloadnixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.tar
nixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.tar.gz
nixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.tar.bz2
nixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.tar.lz
nixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.tar.xz
nixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.tar.zst
nixpkgs-03e9d75a8dd457b1d6c5947307507df4b47519aa.zip
9pfs: add version
-rw-r--r--pkgs/tools/filesystems/9pfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/9pfs/default.nix b/pkgs/tools/filesystems/9pfs/default.nix
index 5ad54adc08a..37ec4105472 100644
--- a/pkgs/tools/filesystems/9pfs/default.nix
+++ b/pkgs/tools/filesystems/9pfs/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchFromGitHub, fuse }:
 
 stdenv.mkDerivation rec {
-  name = "9pfs";
+  name = "9pfs-20150918";
 
   src = fetchFromGitHub {
     owner = "mischief";