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
This commit is contained in:
R. RyanTM 2018-10-03 14:07:48 -07:00
parent 4d1abc4419
commit f4c968eaef

View file

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