Skip to content

Commit 7678769

Browse files
committed
e2fsprogs: 1.47.0 -> 1.47.1
1 parent 35cdb48 commit 7678769

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pkgs/tools/filesystems/e2fsprogs/default.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.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 {

0 commit comments

Comments
 (0)