ocamlPackages.yamlx: 0.1.0 → 0.3.0
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
buildDunePackage (finalAttrs: {
|
||||
pname = "yamlx";
|
||||
version = "0.1.0";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mjambon/yamlx/releases/download/${finalAttrs.version}/yamlx-${finalAttrs.version}.tbz";
|
||||
hash = "sha256-Ihar37R1dUFMXSgNGEJu5z6ysFMcrg1Hd74hNLletwE=";
|
||||
hash = "sha256-9pGp4XSCjMEwsUqHtwoyLBKTUdPjmYccqaU3dLkgVzg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ppx_deriving ];
|
||||
|
||||
Reference in New Issue
Block a user