summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/tsdl/default.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-05-31 12:17:46 -0300
committerVincent Laporte <vbgl@users.noreply.github.com>2022-06-01 07:30:47 +0200
commit5feacad6948061f30853107421827d3a2f1ebd06 (patch)
tree643effcb93af050d51984670b970cbb046015571 /pkgs/development/ocaml-modules/tsdl/default.nix
parentb43115110409eed7bf4a872549069249e03e060e (diff)
downloadnixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.tar
nixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.tar.gz
nixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.tar.bz2
nixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.tar.lz
nixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.tar.xz
nixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.tar.zst
nixpkgs-5feacad6948061f30853107421827d3a2f1ebd06.zip
ocamlPackages.tsdl: 0.9.7 -> 0.9.8
Diffstat (limited to 'pkgs/development/ocaml-modules/tsdl/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/tsdl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/tsdl/default.nix b/pkgs/development/ocaml-modules/tsdl/default.nix
index 44cc2076fbb..1b248dd1860 100644
--- a/pkgs/development/ocaml-modules/tsdl/default.nix
+++ b/pkgs/development/ocaml-modules/tsdl/default.nix
@@ -6,7 +6,7 @@ else
 
 let
   pname = "tsdl";
-  version = "0.9.7";
+  version = "0.9.8";
   webpage = "https://erratique.ch/software/${pname}";
 in
 
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "${webpage}/releases/${pname}-${version}.tbz";
-    sha256 = "1zwv0ixkigh1gzk5n49rwvz2f2m62jdkkqg40j7dclg4gri7691f";
+    sha256 = "sha256-zjXz2++42FHmbE0nIDeryNQeX+avGwh9rwAs8O0pZYU=";
   };
 
   nativeBuildInputs = [ pkg-config ocaml findlib ocamlbuild topkg ];