Merge pull request #305922 from r-ryantm/auto-update/ocamlPackages.awa

ocamlPackages.awa: 0.3.0 -> 0.3.1
This commit is contained in:
Ulrik Strid 2024-04-26 08:20:02 +02:00 committed by GitHub
commit 55430b33d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
buildDunePackage rec {
pname = "awa";
version = "0.3.0";
version = "0.3.1";
minimalOCamlVersion = "4.10";
src = fetchurl {
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
hash = "sha256-BtbReSnnAN+u1Vy63afO1yheoDqsIRU2rig0y1QDtuw=";
hash = "sha256-VejHFn07B/zoEG4LjLaen24ig9kAXtERl/pRo6UZCQk=";
};
propagatedBuildInputs = [