e2fsprogs: 1.46.6 -> 1.47.0
This commit is contained in:
parent
da45bf6ec7
commit
838c2243d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue