File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515stdenv . mkDerivation rec {
1616 pname = "unfs3" ;
17- version = "0.10 .0" ;
17+ version = "0.11 .0" ;
1818
1919 src = fetchFromGitHub {
2020 owner = "unfs3" ;
2121 repo = "unfs3" ;
2222 tag = "unfs3-${ version } " ;
23- hash = "sha256-5iAriIutBhwyZVS7AG2fnkrHOI7pNAKfYv062Cy0WXw =" ;
23+ hash = "sha256-0IHpHW9lCPSltfl+VrS25tB9csISvTwCpD1oqwXpBwU =" ;
2424 } ;
2525
26- patches = [
27- # Fix implicit declaration warning with GCC 14
28- ( fetchpatch2 {
29- url = "https://gitlab.alpinelinux.org/alpine/aports/-/raw/152dc14a65a89f253294cc5b4c96cf0d6658711a/main/unfs3/implicit.patch" ;
30- hash = "sha256-zrF87fJhc8mDgIs0vsMoqIHYQPtKWn2XMBSePvHOByA=" ;
31- } )
32- ] ;
33-
3426 nativeBuildInputs = [
3527 flex
3628 bison
@@ -70,16 +62,12 @@ stdenv.mkDerivation rec {
7062 server.
7163 '' ;
7264
73- # The old http://unfs3.sourceforge.net/ has a <meta>
74- # http-equiv="refresh" pointing here, so we can assume that
75- # whoever controls the old URL approves of the "unfs3" github
76- # account.
7765 homepage = "https://unfs3.github.io/" ;
7866 changelog = "https://raw.githubusercontent.com/unfs3/unfs3/unfs3-${ version } /NEWS" ;
7967 mainProgram = "unfsd" ;
8068
8169 license = lib . licenses . bsd3 ;
8270 platforms = lib . platforms . unix ;
83- maintainers = [ ] ;
71+ maintainers = with lib . maintainers ; [ tbutter ] ;
8472 } ;
8573}
You can’t perform that action at this time.
0 commit comments