jpm: 0.0.2 -> 1.1.0
This commit is contained in:
parent
5da31db744
commit
d4fee29542
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "jpm";
|
pname = "jpm";
|
||||||
version = "0.0.2";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "janet-lang";
|
owner = "janet-lang";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "sha256-nv+vkDjEY711L+C5ibw48DUSNqq2UJiFC2i5LntuBNM=";
|
sha256 = "sha256-lPB4jew6RkJlDp8xOQ4YA9MkgLBImaBHcvv4WF/sLRc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# `auto-shebangs true` gives us a shebang line that points to janet inside the
|
# `auto-shebangs true` gives us a shebang line that points to janet inside the
|
||||||
|
|
Loading…
Reference in a new issue