ocamlPackages.utop: 2.16.0 -> 2.17.0
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
buildDunePackage rec {
|
||||
pname = "utop";
|
||||
|
||||
version = "2.16.0";
|
||||
version = "2.17.0";
|
||||
propagatedBuildInputs = [
|
||||
findlib
|
||||
lambda-term
|
||||
@@ -29,7 +29,7 @@ buildDunePackage rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
|
||||
hash = "sha256-C595E10hMvshHL6ImUHP0NVMx7uAYrigRD44xUC4x2M=";
|
||||
hash = "sha256-FOGTkf+LGMFbARc3TU0PxXIAUJV72AKYZQVkuJT6hdo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user