From 8c4deafd1fe95d9506ceda2c6233bcc61a787f1c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 27 Jan 2026 23:04:44 +0100 Subject: [PATCH] ocamlPackages.reason-native.src: set pname and version --- pkgs/development/ocaml-modules/reason-native/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/ocaml-modules/reason-native/default.nix b/pkgs/development/ocaml-modules/reason-native/default.nix index aa0c6860f73a..46df185ce87c 100644 --- a/pkgs/development/ocaml-modules/reason-native/default.nix +++ b/pkgs/development/ocaml-modules/reason-native/default.nix @@ -22,8 +22,11 @@ lib.makeScope newScope (self: { # Upstream doesn't use tags, releases, or branches. src = fetchFromGitHub { + pname = "reason-native"; + version = "0-unstable-2024-05-07"; owner = "reasonml"; repo = "reason-native"; + # When updating this make sure to also update the `version` above rev = "20b1997b6451d9715dfdbeec86a9d274c7430ed8"; hash = "sha256-96Ucq70eSy6pqh5ne9xoODWe/nPuriZnFAdx0OkLVCs="; };