ocamlPackages.tar: 2.5.1 -> 2.6.0
This commit is contained in:
parent
8db50d6f20
commit
b2378d4262
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user