ocamlPackages.unstrctrd: 0.3 → 0.4
This commit is contained in:
committed by
Vincent Laporte
parent
087a12fa12
commit
68f07ded73
@@ -14,15 +14,13 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "unstrctrd";
|
||||
version = "0.3";
|
||||
version = "0.4";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/dinosaure/unstrctrd/releases/download/v${version}/unstrctrd-v${version}.tbz";
|
||||
sha256 = "0mjm4v7kk75iwwsfnpmxc3bsl8aisz53y7z21sykdp60f4rxnah7";
|
||||
url = "https://github.com/dinosaure/unstrctrd/releases/download/v${version}/unstrctrd-${version}.tbz";
|
||||
hash = "sha256-CGcDqEr+VDTbDYkjxeYB6IFWiTkOTLJJl/Y2bHtv19g=";
|
||||
};
|
||||
|
||||
duneVersion = "3";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
angstrom
|
||||
uutf
|
||||
|
||||
Reference in New Issue
Block a user