summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/wayland
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-12-15 07:53:29 +0100
committerGitHub <noreply@github.com>2021-12-15 07:53:29 +0100
commit3fbc7b4cd2c697ab25c0e2721c074698c4c10f70 (patch)
treea50d1f38e9ae963298e5f36cb1284b56a6510453 /pkgs/development/ocaml-modules/wayland
parentaa4b242fc098feaf65553af6d8b311713ab13260 (diff)
downloadnixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.tar
nixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.tar.gz
nixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.tar.bz2
nixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.tar.lz
nixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.tar.xz
nixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.tar.zst
nixpkgs-3fbc7b4cd2c697ab25c0e2721c074698c4c10f70.zip
ocamlPackages.wayland: 0.2 -> 1.0; wayland-proxy-virtwl: unstable-2021-04-15 -> unstable-2021-12-05 (#150714)
* ocamlPackages.wayland: 0.2 -> 1.0

https://github.com/talex5/ocaml-wayland/releases/tag/v1.0

* wayland-proxy-virtwl: unstable-2021-04-15 -> unstable-2021-12-05
Diffstat (limited to 'pkgs/development/ocaml-modules/wayland')
-rw-r--r--pkgs/development/ocaml-modules/wayland/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/wayland/default.nix b/pkgs/development/ocaml-modules/wayland/default.nix
index 82764af64f5..7dfb46ce63c 100644
--- a/pkgs/development/ocaml-modules/wayland/default.nix
+++ b/pkgs/development/ocaml-modules/wayland/default.nix
@@ -12,15 +12,15 @@
 
 buildDunePackage rec {
   pname = "wayland";
-  version = "0.2";
+  version = "1.0";
 
   minimumOCamlVersion = "4.08";
 
   useDune2 = true;
 
   src = fetchurl {
-    url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-v${version}.tbz";
-    sha256 = "4eb323e42a8c64e9e49b15a588342bfcc1e99640305cb261d128c75612d9458c";
+    url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz";
+    sha256 = "bf8fd0057242d11f1c265c11cfa5de3c517ec0ad5994eae45e1efe3aac034510";
   };
 
   propagatedBuildInputs = [