summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bcachefs-tools
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-05-19 13:24:50 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-05-19 13:24:50 +0100
commitccb850248fef11390fe89a4103e856b62e341996 (patch)
tree1e7f8d97a7315eab1df3dbbe336ab337419a042d /pkgs/tools/filesystems/bcachefs-tools
parentdb70f2958a051902bfe9d33ae2c4b8c7ad4047d3 (diff)
downloadnixpkgs-ccb850248fef11390fe89a4103e856b62e341996.tar
nixpkgs-ccb850248fef11390fe89a4103e856b62e341996.tar.gz
nixpkgs-ccb850248fef11390fe89a4103e856b62e341996.tar.bz2
nixpkgs-ccb850248fef11390fe89a4103e856b62e341996.tar.lz
nixpkgs-ccb850248fef11390fe89a4103e856b62e341996.tar.xz
nixpkgs-ccb850248fef11390fe89a4103e856b62e341996.tar.zst
nixpkgs-ccb850248fef11390fe89a4103e856b62e341996.zip
bcachefs-tools: 2017-05-08 -> 2017-05-12
Diffstat (limited to 'pkgs/tools/filesystems/bcachefs-tools')
-rw-r--r--pkgs/tools/filesystems/bcachefs-tools/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/bcachefs-tools/default.nix b/pkgs/tools/filesystems/bcachefs-tools/default.nix
index 75fb00f6fb7..42fe0b7ce34 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -1,13 +1,12 @@
 { stdenv, pkgs, fetchgit, pkgconfig, attr, libuuid, libscrypt, libsodium, keyutils, liburcu, zlib, libaio }:
 
 stdenv.mkDerivation rec {
-  name = "bcachefs-tools-${version}";
-  version = "git";
+  name = "bcachefs-tools-unstable-2016-05-13";
 
   src = fetchgit {
     url = "https://evilpiepirate.org/git/bcachefs-tools.git";
-    rev = "a588eb0d9e30dffa4b319a4715c1454ee1d911f1 ";
-    sha256 = "1xpiwp6n6jp3zc70i648xpp54cd5yay4si28czn350bxwljbwpsy";
+    rev = "565b4a74d6c25c78b0d2b82d9529595fc6269308";
+    sha256 = "1wnis26hq67vxqkxzck6wm6caq4c1rfmy9blmmgkzlhdd2nzisbx";
   };
 
   buildInputs = [ pkgconfig attr libuuid libscrypt libsodium keyutils liburcu zlib libaio ];