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
This commit is contained in:
R. RyanTM 2018-11-09 23:51:17 -08:00
parent a054d74507
commit c6ddd51854

View file

@ -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 ];