Skip to content

Commit f780db4

Browse files
D4ndellionvbgl
authored andcommitted
ocamlPackages.magic: 0.7.3 -> 0.7.4, remove myself from maintainer
1 parent 6eba2ef commit f780db4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/ocaml-modules/magic/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "magic";
13-
version = "0.7.3";
13+
version = "0.7.4";
1414

1515
src = fetchFromGitHub {
1616
owner = "Chris00";
1717
repo = "ocaml-magic";
18-
rev = "510c473d222a3d3d900b8ae1892d13e0d49d08be"; # no tags in repo
19-
sha256 = "0qks3v51xvzxhidai414mbszxhcl8wg8g7zxd04qi260433g77yg";
18+
tag = "v${version}";
19+
sha256 = "sha256-rsBMx68UDqmVVsyeZCxIS97A/0JCBM/JOgh60ly1uSs=";
2020
};
2121

2222
createFindlibDestdir = true;
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
3232
homepage = "https://github.com/Chris00/ocaml-magic";
3333
description = "Bindings for libmagic";
3434
license = licenses.lgpl21Plus;
35-
maintainers = with maintainers; [ dandellion ];
35+
maintainers = with maintainers; [ ];
3636
};
3737
}

0 commit comments

Comments
 (0)