unionfs-fuse: update 0.26 -> 1.0

This commit is contained in:
Arseniy Seroka 2015-04-16 03:19:40 +03:00
parent b46dae268a
commit dada4fb4bf

View file

@ -1,10 +1,11 @@
{ stdenv, fetchurl, cmake, fuse }:
stdenv.mkDerivation rec {
name = "unionfs-fuse-0.26";
name = "unionfs-fuse-${version}";
version = "1.0";
src = fetchurl {
url = "http://podgorny.cz/unionfs-fuse/releases/${name}.tar.xz";
url = "https://github.com/rpodgorny/unionfs-fuse/archive/v${version}.tar.gz";
sha256 = "0qpnr4czgc62vsfnmv933w62nq3xwcbnvqch72qakfgca75rsp4d";
};