File tree Expand file tree Collapse file tree
pkgs/tools/filesystems/e2fsprogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77stdenv . mkDerivation rec {
88 pname = "e2fsprogs" ;
9- version = "1.47.0 " ;
9+ version = "1.47.1 " ;
1010
1111 src = fetchurl {
1212 url = "mirror://sourceforge/${ pname } /${ pname } -${ version } .tar.gz" ;
13- hash = "sha256-Zmev3lbu8MavJmhJdEAOTSKI6knpRBv15iKRldUaNXg =" ;
13+ hash = "sha256-mvzSAfOUKdLbJJKusT26XnXWzFBoK3MtyjVkO9XwkuM =" ;
1414 } ;
1515
1616 # fuse2fs adds 14mb of dependencies
@@ -23,12 +23,6 @@ stdenv.mkDerivation rec {
2323 ++ lib . optionals withFuse [ fuse ] ;
2424
2525 patches = [
26- ( fetchpatch { # avoid using missing __GNUC_PREREQ(X,Y)
27- url = "https://raw.githubusercontent.com/void-linux/void-packages/9583597eb3e6e6b33f61dbc615d511ce030bc443/srcpkgs/e2fsprogs/patches/fix-glibcism.patch" ;
28- sha256 = "1gfcsr0i3q8q2f0lqza8na0iy4l4p3cbii51ds6zmj0y4hz2dwhb" ;
29- excludes = [ "lib/ext2fs/hashmap.h" ] ;
30- extraPrefix = "" ;
31- } )
3226 # Avoid trouble with older systems like NixOS 23.05.
3327 # TODO: most likely drop this at some point, e.g. when 23.05 loses support.
3428 ( fetchurl {
You can’t perform that action at this time.
0 commit comments