Skip to content

Commit 28a7865

Browse files
committedJan 11, 2018
e2fsprogs: 1.43.7 -> 1.43.8
1 parent 718a9ad commit 28a7865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/tools/filesystems/e2fsprogs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl, pkgconfig, libuuid, gettext, texinfo }:
22

33
stdenv.mkDerivation rec {
4-
name = "e2fsprogs-1.43.7";
4+
name = "e2fsprogs-1.43.8";
55

66
src = fetchurl {
77
url = "mirror://sourceforge/e2fsprogs/${name}.tar.gz";
8-
sha256 = "1i51w5l45zhz3i98k92xbbvkqklvjrvw3zvqky3gk9cdmqp5y0w7";
8+
sha256 = "1pn33rap3lcjm3gx07pmgyhx4j634gja63phmi4g5dq8yj0z8ciz";
99
};
1010

1111
outputs = [ "bin" "dev" "out" "man" "info" ];

0 commit comments

Comments
 (0)
Please sign in to comment.