We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa430a4 + 9d0f3f0 commit 5d1cf60Copy full SHA for 5d1cf60
1 file changed
pkgs/by-name/mt/mtools/package.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation rec {
9
pname = "mtools";
10
- version = "4.0.48";
+ version = "4.0.49";
11
12
src = fetchurl {
13
url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2";
14
- hash = "sha256-A8KarIc13XFUqYn7wp6vK1BhIa4cOjXNC/KgLpTScak=";
+ hash = "sha256-b+UZNYPW58Wdp15j1yNPdsCwfK8zsQOJT0b2aocf/J8=";
15
};
16
17
patches = lib.optional stdenv.hostPlatform.isDarwin ./UNUSED-darwin.patch;
0 commit comments