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: 7434fe2b3c08
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b144b7868b38
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 4, 2019

  1. obelisk: 0.3.0 -> 0.4.0

    vbgl committed Mar 4, 2019
    Copy the full SHA
    6c614a6 View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56829 from vbgl/obelisk-0.4.0

    obelisk: 0.3.0 -> 0.4.0
    ryantm authored Mar 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    infinisil Silvan Mosberger
    Copy the full SHA
    b144b78 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/ocaml/obelisk/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/obelisk/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "obelisk-${version}";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "lelio-brun";
repo = "obelisk";
rev = "v${version}";
sha256 = "12gldzi1mp15vwkk6llz2ignpc8ndqlycm88njb4k7r9hpv59m97";
sha256 = "0rw85knbwqj2rys1hh5qy8sfdqb4mb1wsriy38n7zcpbwim47vb8";
};

buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild menhir ];