File tree Expand file tree Collapse file tree
pkgs/by-name/e2/e2fsprogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 stdenv ,
44 buildPackages ,
55 fetchurl ,
6- fetchpatch ,
76 pkg-config ,
87 libuuid ,
98 gettext ,
1817
1918stdenv . mkDerivation rec {
2019 pname = "e2fsprogs" ;
21- version = "1.47.2 " ;
20+ version = "1.47.3 " ;
2221
2322 src = fetchurl {
2423 url = "mirror://kernel/linux/kernel/people/tytso/e2fsprogs/v${ version } /e2fsprogs-${ version } .tar.xz" ;
25- hash = "sha256-CCQuZMoOgZTZwcqtSXYrGSCaBjGBmbY850rk7y105jw =" ;
24+ hash = "sha256-hX5u+AD+qiu0V4+8gQIUvl08iLBy6lPFOEczqWVzcyk =" ;
2625 } ;
2726
28- # 2025-05-31: Fix libarchive, from https://github.com/tytso/e2fsprogs/pull/230
29- patches = [
30- ( fetchpatch {
31- name = "0001-create_inode_libarchive.c-define-libarchive-dylib-for-darwin.patch" ;
32- url = "https://github.com/tytso/e2fsprogs/commit/e86c65bc7ee276cd9ca920d96e18ed0cddab3412.patch" ;
33- hash = "sha256-HFZAznaNl5rzgVEvYx1LDKh2jd/VEXD/o0wypIh4TR8=" ;
34- } )
35- ( fetchpatch {
36- name = "0002-mkgnutar.pl-avoid-uninitialized-username-variable.patch" ;
37- url = "https://github.com/tytso/e2fsprogs/commit/9217c359db1d1b6d031a0e2ca9a885634fed00da.patch" ;
38- hash = "sha256-iDXmLq77eJolH1mkXSbvZ9tRVtGQt2F45CdkVphUZSs=" ;
39- } )
40- ] ;
41-
4227 # fuse2fs adds 14mb of dependencies
4328 outputs = [
4429 "bin"
You can’t perform that action at this time.
0 commit comments