Skip to content

Commit

Permalink
Merge pull request NixOS#324198 from r-ryantm/auto-update/obelisk
Browse files Browse the repository at this point in the history
obelisk: 0.6.0 -> 0.7.0
  • Loading branch information
sikmir committed Jul 9, 2024
2 parents 240a44d + be4eafa commit 916d2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ocaml/obelisk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

ocamlPackages.buildDunePackage rec {
pname = "obelisk";
version = "0.6.0";
version = "0.7.0";
duneVersion = "3";
src = fetchFromGitHub {
owner = "Lelio-Brun";
repo = pname;
rev = "v${version}";
sha256 = "1jjaqa2b7msl9qd3x7j34vdh1s9alq8hbvzk8a5srb4yyfyim15b";
sha256 = "sha256-M/pQvuS8hlpeqd6QBDTHQzqIVFIqGUfj0igVPW2Xwwc=";
};

strictDeps = true;
Expand Down

0 comments on commit 916d2a4

Please sign in to comment.