Skip to content

Commit ccb8502

Browse files
committedMay 19, 2017
bcachefs-tools: 2017-05-08 -> 2017-05-12
1 parent db70f29 commit ccb8502

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎pkgs/tools/filesystems/bcachefs-tools/default.nix

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{ stdenv, pkgs, fetchgit, pkgconfig, attr, libuuid, libscrypt, libsodium, keyutils, liburcu, zlib, libaio }:
22

33
stdenv.mkDerivation rec {
4-
name = "bcachefs-tools-${version}";
5-
version = "git";
4+
name = "bcachefs-tools-unstable-2016-05-13";
65

76
src = fetchgit {
87
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
9-
rev = "a588eb0d9e30dffa4b319a4715c1454ee1d911f1 ";
10-
sha256 = "1xpiwp6n6jp3zc70i648xpp54cd5yay4si28czn350bxwljbwpsy";
8+
rev = "565b4a74d6c25c78b0d2b82d9529595fc6269308";
9+
sha256 = "1wnis26hq67vxqkxzck6wm6caq4c1rfmy9blmmgkzlhdd2nzisbx";
1110
};
1211

1312
buildInputs = [ pkgconfig attr libuuid libscrypt libsodium keyutils liburcu zlib libaio ];

0 commit comments

Comments
 (0)