about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 23:51:17 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 23:51:17 -0800
commitc6ddd51854e49feecfbfdb8d374fea79196b8007 (patch)
tree47768542ea4cd2b99226d486b68cce7d84a55ccf /pkgs/tools
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.tar
nixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.tar.gz
nixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.tar.bz2
nixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.tar.lz
nixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.tar.xz
nixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.tar.zst
nixlib-c6ddd51854e49feecfbfdb8d374fea79196b8007.zip
disorderfs: 0.5.4 -> 0.5.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/disorderfs/versions
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/disorderfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/disorderfs/default.nix b/pkgs/tools/filesystems/disorderfs/default.nix
index 138f727c3d30..07a9015fa28e 100644
--- a/pkgs/tools/filesystems/disorderfs/default.nix
+++ b/pkgs/tools/filesystems/disorderfs/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "disorderfs-${version}";
-  version = "0.5.4";
+  version = "0.5.5";
 
   src = fetchurl {
     url = "http://http.debian.net/debian/pool/main/d/disorderfs/disorderfs_${version}.orig.tar.gz";
-    sha256 = "0rp789qll5nmzw0jffx36ppcl9flr6hvdz84ah080mvghqkfdq8y";
+    sha256 = "1y1i7k5mx2pxr9bpijnsjyyw8qd7ak1h48gf6a6ca3dhna9ws6i1";
   };
 
   nativeBuildInputs = [ pkgconfig asciidoc ];