ocamlPackages.tar: 2.5.1 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-02-24 13:40:24 +00:00
parent 8db50d6f20
commit b2378d4262

View File

@ -8,10 +8,10 @@
buildDunePackage rec {
pname = "tar";
version = "2.5.1";
version = "2.6.0";
src = fetchurl {
url = "https://github.com/mirage/ocaml-tar/releases/download/v${version}/tar-${version}.tbz";
hash = "sha256-00QPSIZnoFvhZEnDcdEDJUqhE0uKLxNMM2pUE8aMPfQ=";
hash = "sha256-yv8MtwRjQ+K/9/wPkhfk4xI1VV5MSIn7GUeSmFtvse4=";
};
minimalOCamlVersion = "4.08";