summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Litak <elitak@gmail.com>2016-11-27 06:52:38 -0800
committerEric Litak <elitak@gmail.com>2016-11-27 06:52:38 -0800
commit0a77fc86b27412671215bcc7450fbd45f9fbfa04 (patch)
tree2dfa076a3156b3c35c6379fc0fd5df6e4e16b9f6
parentf4d163aab740aac77287fde4378da9c6c579351b (diff)
downloadnixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.tar
nixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.tar.gz
nixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.tar.bz2
nixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.tar.lz
nixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.tar.xz
nixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.tar.zst
nixpkgs-0a77fc86b27412671215bcc7450fbd45f9fbfa04.zip
f3: corrected version number
-rw-r--r--pkgs/tools/filesystems/f3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/f3/default.nix b/pkgs/tools/filesystems/f3/default.nix
index 0ea8b1b8986..4af076e8f2c 100644
--- a/pkgs/tools/filesystems/f3/default.nix
+++ b/pkgs/tools/filesystems/f3/default.nix
@@ -2,7 +2,7 @@
 , parted, udev
 }:
 let
-  version = "unstable-2016-11-26";
+  version = "6.0-2016.11.16-unstable";
 in
 stdenv.mkDerivation rec {
   name = "f3-${version}";