mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
unionfs-fuse: update 0.26 -> 1.0
This commit is contained in:
parent
b46dae268a
commit
dada4fb4bf
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user