File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/ocaml-modules/magic Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111stdenv . 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}
You can’t perform that action at this time.
0 commit comments