Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 115f769d65bf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 255f45ea20b2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    18c5969 View commit details
  2. Copy the full SHA
    255f45e View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 pkgs/development/ocaml-modules/asn1-combinators/default.nix
6 changes: 4 additions & 2 deletions pkgs/development/ocaml-modules/asn1-combinators/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,13 @@ buildDunePackage rec {
minimumOCamlVersion = "4.05";

pname = "asn1-combinators";
version = "0.2.3";
version = "0.2.4";

useDune2 = true;

src = fetchurl {
url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz";
sha256 = "1z73hc17f5m2i4bfxw0g94fsri67f8vha812mm8klz4ggs8y7d6r";
sha256 = "09rn5wwqhwg7x51b9ycl15s7007hgha6lwaz2bpw85fr70jq3i9r";
};

propagatedBuildInputs = [ cstruct zarith bigarray-compat stdlib-shims ptime ];