mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ocamlPackages.eliom: 12.0.1 -> 12.1.0
(cherry picked from commit 3c2ca0601c)
This commit is contained in:
parent
da9a878bc1
commit
056d979c2d
1 changed files with 2 additions and 2 deletions
|
|
@ -19,13 +19,13 @@
|
|||
|
||||
buildDunePackage (finalAttrs: {
|
||||
pname = "eliom";
|
||||
version = "12.0.1";
|
||||
version = "12.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocsigen";
|
||||
repo = "eliom";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Lja3Xe3FszzyILhpOXWTyA0ippaU6aW5CJ06WEKgbkA=";
|
||||
hash = "sha256-VJHt64XheW+JPZ3pynlOvpTgXf5nE9HCB4K1bWUXmAs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue