about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 19:08:28 +0200
committerGitHub <noreply@github.com>2022-03-27 19:08:28 +0200
commit90acbe07b16f585b4eec69586111aa4c7289320b (patch)
tree8c9d93c96f8bd68fad7d91b19515567bed2964be /pkgs/development/ocaml-modules
parent21277cebae7652a35bfefc7c7acce8c1b05d6f8e (diff)
parent8c949f7f7bf5d678ee5d062cd0aa944d995fc21d (diff)
downloadnixlib-90acbe07b16f585b4eec69586111aa4c7289320b.tar
nixlib-90acbe07b16f585b4eec69586111aa4c7289320b.tar.gz
nixlib-90acbe07b16f585b4eec69586111aa4c7289320b.tar.bz2
nixlib-90acbe07b16f585b4eec69586111aa4c7289320b.tar.lz
nixlib-90acbe07b16f585b4eec69586111aa4c7289320b.tar.xz
nixlib-90acbe07b16f585b4eec69586111aa4c7289320b.tar.zst
nixlib-90acbe07b16f585b4eec69586111aa4c7289320b.zip
Merge pull request #165663 from StridBot/auto-update/ocaml4.13.1-sawja
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/sawja/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/sawja/default.nix b/pkgs/development/ocaml-modules/sawja/default.nix
index 3b0878155a53..ec1b59c04077 100644
--- a/pkgs/development/ocaml-modules/sawja/default.nix
+++ b/pkgs/development/ocaml-modules/sawja/default.nix
@@ -2,8 +2,7 @@
 
 let
   pname = "sawja";
-  version = "1.5.10";
-  webpage = "http://sawja.inria.fr/";
+  version = "1.5.11";
 in
 
 if !lib.versionAtLeast ocaml.version "4.07"
@@ -20,7 +19,7 @@ stdenv.mkDerivation {
     owner = "javalib-team";
     repo = pname;
     rev = version;
-    sha256 = "sha256:0k51rscs9mdgpg3qn4cahql5ncdvlb207m015hr8v6r1vfgn0ddq";
+    sha256 = "sha256-1aKkRZDuLJLmDhUC1FXnn4QrgXaTyAbnXfTOAdnKgs8=";
   };
 
   nativeBuildInputs = [ which ocaml findlib ];
@@ -42,7 +41,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "A library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs";
-    homepage = webpage;
+    homepage = "http://sawja.inria.fr/";
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.vbgl ];
     platforms = ocaml.meta.platforms or [];