ocamlPackages.sel: 0.6.0 -> 0.7.0
This commit is contained in:
parent
e23c230d5c
commit
9735768401
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "sel";
|
pname = "sel";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.07";
|
minimalOCamlVersion = "4.07";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/gares/sel/releases/download/v${version}/sel-${version}.tbz";
|
url = "https://github.com/gares/sel/releases/download/v${version}/sel-${version}.tbz";
|
||||||
hash = "sha256-AUnO7PZ7fAuyFQnHzeb7buLbSpfZw1NSywaMurjAqDM=";
|
hash = "sha256-1EJW9QogROoi0704v8/Wf8gIws/uEm05E0adv3eRDzI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user