about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 14:07:48 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 14:07:48 -0700
commitf4c968eaefc86a14daaa5ad850fa3ceff79ad007 (patch)
tree5dffc669be5c5d412d8314ee7fc0871abb0e9096
parent4d1abc44199c8957105f538119c2d19d67aee26f (diff)
downloadnixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.tar
nixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.tar.gz
nixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.tar.bz2
nixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.tar.lz
nixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.tar.xz
nixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.tar.zst
nixlib-f4c968eaefc86a14daaa5ad850fa3ceff79ad007.zip
disorderfs: 0.5.3 -> 0.5.4
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
-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 0bde9b0b26e1..138f727c3d30 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.3";
+  version = "0.5.4";
 
   src = fetchurl {
     url = "http://http.debian.net/debian/pool/main/d/disorderfs/disorderfs_${version}.orig.tar.gz";
-    sha256 = "1zx6248cwfcci5555sk9iwl9lz6x8kzc9qgiq4jv04zjiapivdnq";
+    sha256 = "0rp789qll5nmzw0jffx36ppcl9flr6hvdz84ah080mvghqkfdq8y";
   };
 
   nativeBuildInputs = [ pkgconfig asciidoc ];