Skip to content

Commit

Permalink
Merge #229454: e2fsprogs: 1.46.6 -> 1.47.0
Browse files Browse the repository at this point in the history
...into staging
  • Loading branch information
vcunat committed May 18, 2023
2 parents 126457a + 838c224 commit 3186ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/e2fsprogs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "e2fsprogs";
version = "1.46.6";
version = "1.47.0";

src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-vy/MfuUXj+c6MFf34qo/5S6Yt7tGFQnGewIboA+Uxvc=";
hash = "sha256-Zmev3lbu8MavJmhJdEAOTSKI6knpRBv15iKRldUaNXg=";
};

# fuse2fs adds 14mb of dependencies
Expand Down

0 comments on commit 3186ed6

Please sign in to comment.