Skip to content

Commit

Permalink
disorderfs: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Feb 26, 2018
1 parent 67afa8e commit 38d7371
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/tools/filesystems/disorderfs/default.nix
Expand Up @@ -2,15 +2,13 @@

stdenv.mkDerivation rec {
name = "disorderfs-${version}";
version = "0.5.1";
version = "0.5.2";

src = fetchurl {
url = "http://http.debian.net/debian/pool/main/d/disorderfs/disorderfs_${version}.orig.tar.gz";
sha256 = "0nnxk0qqww16ra52mi5giw50zpssvan62nkig5dcxvgcvv51akik";
url = "http://http.debian.net/debian/pool/main/d/disorderfs/disorderfs_${version}.orig.tar.bz2";
sha256 = "0jdadb1ppd5qrnngpjv14az32gwslag2wwv1k8rs29iqlfy38cjf";
};

sourceRoot = ".";

nativeBuildInputs = [ pkgconfig asciidoc ];

buildInputs = [ fuse attr ];
Expand Down

0 comments on commit 38d7371

Please sign in to comment.