summary refs log tree commit diff
path: root/pkgs/tools/filesystems/disorderfs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-01-09 20:16:10 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-01-09 20:49:02 +0100
commitb35af136ef48cc9c091fea6c50f7f89c9a990ed9 (patch)
treec6381442196685137b0693c62285d44b30d080b6 /pkgs/tools/filesystems/disorderfs
parent15fe70d1a34bc3701b74a8488e22a82e61f7cb4b (diff)
downloadnixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.tar
nixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.tar.gz
nixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.tar.bz2
nixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.tar.lz
nixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.tar.xz
nixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.tar.zst
nixpkgs-b35af136ef48cc9c091fea6c50f7f89c9a990ed9.zip
disorderfs: 0.4.2 -> 0.5.1
Diffstat (limited to 'pkgs/tools/filesystems/disorderfs')
-rw-r--r--pkgs/tools/filesystems/disorderfs/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/disorderfs/default.nix b/pkgs/tools/filesystems/disorderfs/default.nix
index d36187aef29..ce44d7d6d4e 100644
--- a/pkgs/tools/filesystems/disorderfs/default.nix
+++ b/pkgs/tools/filesystems/disorderfs/default.nix
@@ -2,13 +2,15 @@
 
 stdenv.mkDerivation rec {
   name = "disorderfs-${version}";
-  version = "0.4.2";
+  version = "0.5.1";
 
   src = fetchurl {
     url = "http://http.debian.net/debian/pool/main/d/disorderfs/disorderfs_${version}.orig.tar.gz";
-    sha256 = "1qr52lzynd5b5ancrn0g1ah95w7iikxgqsmixlacn2vlh8n9jym5";
+    sha256 = "0nnxk0qqww16ra52mi5giw50zpssvan62nkig5dcxvgcvv51akik";
   };
 
+  sourceRoot = ".";
+
   nativeBuildInputs = [ pkgconfig asciidoc ];
 
   buildInputs = [ fuse attr ];