summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-01 13:56:42 -0500
committerGitHub <noreply@github.com>2019-06-01 13:56:42 -0500
commit3185e5374d923f92bbcfcf571cb39158abc0502e (patch)
tree7ac189abf9f7ceed0c7cdd893d3d05d8556520d7 /pkgs/tools/filesystems
parentdf51e9b88fe78b46fb5e0fc67c949c0c8ef1597d (diff)
parent4ecd28c4c75472452e47a096631013740bf94793 (diff)
Merge pull request #62053 from eadwu/bcachefs/update-3
bcachefs: 2019-05-29
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bcachefs-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/bcachefs-tools/default.nix b/pkgs/tools/filesystems/bcachefs-tools/default.nix
index 72e514fff6b0..48926a3aade7 100644
--- a/pkgs/tools/filesystems/bcachefs-tools/default.nix
+++ b/pkgs/tools/filesystems/bcachefs-tools/default.nix
@@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "bcachefs-tools";
- version = "2019-05-08";
+ version = "2019-05-29";
src = fetchgit {
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
- rev = "93bdfcb2105afe7a45d512984b855ce97937cfc1";
- sha256 = "125kjf66h9m31xvsanail1i10h4xld4fpv9gs9liqq91hdh0myyj";
+ rev = "34b93747051055c1076add36f4730c7715e27f07";
+ sha256 = "1z6ih0mssa9y9yr3v0dzrflliqz8qfdkjb29p9nqbpg8iqi45fa8";
};
enableParallelBuilding = true;