mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #285580 from amarshall/apfs-fuse
apfs-fuse: unstable-2023-01-04 -> unstable-2023-03-12; cleanup pname, version, mainProgram
This commit is contained in:
commit
b361c0d4a0
@ -1,14 +1,14 @@
|
||||
{ lib, stdenv, fetchFromGitHub, fuse, fuse3, bzip2, zlib, attr, cmake }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "apfs-fuse-unstable";
|
||||
version = "2023-01-04";
|
||||
pname = "apfs-fuse";
|
||||
version = "unstable-2023-03-12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sgan81";
|
||||
repo = "apfs-fuse";
|
||||
rev = "1f041d7af5df5423832e54e9f358fd9234773fcc";
|
||||
hash = "sha256-EmhCvIwyVJvib/ZHzCsULh8bOjhzKRu47LojX+L40qQ=";
|
||||
rev = "66b86bd525e8cb90f9012543be89b1f092b75cf3";
|
||||
hash = "sha256-uYAlqnQp0K880XEWuH1548DUA3ii53+hfsuh/T3Vwzg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@ -37,8 +37,8 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/sgan81/apfs-fuse";
|
||||
description = "FUSE driver for APFS (Apple File System)";
|
||||
license = licenses.gpl2Plus;
|
||||
mainProgram = "apfs-fuse";
|
||||
maintainers = with maintainers; [ ealasu ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user