mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
chunkfs: 0.7 -> 0.8
This commit is contained in:
parent
52c2d78640
commit
14126b336b
1 changed files with 7 additions and 7 deletions
|
@ -6,13 +6,13 @@
|
|||
fuse,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.7";
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "chunkfs";
|
||||
version = "0.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://chunkfs.florz.de/chunkfs_${version}.tar.gz";
|
||||
sha256 = "4c168fc2b265a6ba34afc565707ea738f34375325763c0596f2cfa1c9b8d40f1";
|
||||
url = "https://chunkfs.florz.de/chunkfs_${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-HFv51ta2eNW9Qt9CUp2oTTlC8Lpwc1XKR/uYzMDfd88=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "FUSE filesystems for viewing chunksync-style directory trees as a block device and vice versa";
|
||||
homepage = "http://chunkfs.florz.de/";
|
||||
homepage = "http://chunkfs.florz.de";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = with lib.platforms; linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue