Merge pull request #324198 from r-ryantm/auto-update/obelisk

obelisk: 0.6.0 -> 0.7.0
This commit is contained in:
Nikolay Korotkiy 2024-07-09 20:31:57 +04:00 committed by GitHub
commit 916d2a4983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;