about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/resto
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-10-27 12:09:29 +0200
committerGitHub <noreply@github.com>2022-10-27 12:09:29 +0200
commitea8c2698be87a961ef37242425e8dd9c0423ff91 (patch)
tree0d98ce01ba48bcbf62804dda8ff503158b92cc02 /pkgs/development/ocaml-modules/resto
parentb4122fa562f21d69fd6e57fa79b5365258b8f1c2 (diff)
ligo: 0.53 -> 0.54 (#197508)
* ocamlPackages.resto:  0.7 -> 1.0

* ocamlPackages.bls12-381: 4.0.0 -> 5.0.0

* ligo: 0.53.0 -> 0.54.0
Diffstat (limited to 'pkgs/development/ocaml-modules/resto')
-rw-r--r--pkgs/development/ocaml-modules/resto/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/resto/default.nix b/pkgs/development/ocaml-modules/resto/default.nix
index 14a295e276963..03795e5e1cf20 100644
--- a/pkgs/development/ocaml-modules/resto/default.nix
+++ b/pkgs/development/ocaml-modules/resto/default.nix
@@ -2,12 +2,12 @@
 
 buildDunePackage rec {
   pname = "resto";
-  version = "0.7";
+  version = "1.0";
   src = fetchFromGitLab {
     owner = "nomadic-labs";
     repo = "resto";
     rev = "v${version}";
-    sha256 = "sha256-aX7w/rsoOmbni8BOXa0WnoQ47Y5zl91vWvMobuNFT3Y=";
+    sha256 = "sha256-DIm7fmISsCgRDi4p3NsUk7Cvs/dHpIKMdAOVdYLX2mc=";
   };
 
   propagatedBuildInputs = [