fix nix sha256

This commit is contained in:
Simon Cruanes 2025-11-04 15:31:56 -05:00
parent ba1a8eec98
commit 2544493b35
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -27,7 +27,7 @@
src = pkgs.fetchgit {
url = "https://github.com/mransan/ocaml-protoc.git";
rev = "5510694deffde13283742b8ad116fab61b65dfbc";
sha256 = "sha256-KPctDwJIGi2W3HJEZBPwu9qRUrqK0azfW7VKCPxzCOU=";
sha256 = "sha256-0eQEaAZMs/OydNLsEKxdbdwx0/Ots6fLEpYg89VxK3k=";
};
});
};