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:
Nikolay Korotkiy 2024-02-04 13:59:53 +04:00 committed by GitHub
commit b361c0d4a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}