Skip to content

Commit 5d1cf60

Browse files
authored
mtools: 4.0.48 -> 4.0.49 (#417436)
2 parents aa430a4 + 9d0f3f0 commit 5d1cf60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/mt/mtools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation rec {
99
pname = "mtools";
10-
version = "4.0.48";
10+
version = "4.0.49";
1111

1212
src = fetchurl {
1313
url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2";
14-
hash = "sha256-A8KarIc13XFUqYn7wp6vK1BhIa4cOjXNC/KgLpTScak=";
14+
hash = "sha256-b+UZNYPW58Wdp15j1yNPdsCwfK8zsQOJT0b2aocf/J8=";
1515
};
1616

1717
patches = lib.optional stdenv.hostPlatform.isDarwin ./UNUSED-darwin.patch;

0 commit comments

Comments
 (0)