nixpkgs/jonprl: minor touchups
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
eaf48b23e9
commit
d8858e48e2
@ -1,13 +1,13 @@
|
|||||||
{ fetchgit, stdenv, smlnj, which }:
|
{ fetchgit, stdenv, smlnj, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "JonPRL";
|
name = "jonprl-${version}";
|
||||||
version = "v0.1.0";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/jonsterling/JonPRL.git";
|
url = "https://github.com/jonsterling/JonPRL.git";
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "1z0d8dq1nb4dycic58nnk617hbfgafz0vmwr8gkl0i6405gfg1zy";
|
sha256 = "1z0d8dq1nb4dycic58nnk617hbfgafz0vmwr8gkl0i6405gfg1zy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user