Skip to content

Commit 1010b26

Browse files
r-ryantmwegank
authored andcommitted
e2fsprogs: 1.47.2 -> 1.47.3
1 parent 739c49b commit 1010b26

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

pkgs/by-name/e2/e2fsprogs/package.nix

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
stdenv,
44
buildPackages,
55
fetchurl,
6-
fetchpatch,
76
pkg-config,
87
libuuid,
98
gettext,
@@ -18,27 +17,13 @@
1817

1918
stdenv.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"

0 commit comments

Comments
 (0)