nixpkgs/jonprl: minor touchups

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+3 -3
+3 -3
pkgs/applications/science/logic/jonprl/default.nix
··· 1 { fetchgit, stdenv, smlnj, which }: 2 3 stdenv.mkDerivation rec { 4 - name = "JonPRL"; 5 - version = "v0.1.0"; 6 7 src = fetchgit { 8 url = "https://github.com/jonsterling/JonPRL.git"; 9 deepClone = true; 10 - rev = "refs/tags/${version}"; 11 sha256 = "1z0d8dq1nb4dycic58nnk617hbfgafz0vmwr8gkl0i6405gfg1zy"; 12 }; 13
··· 1 { fetchgit, stdenv, smlnj, which }: 2 3 stdenv.mkDerivation rec { 4 + name = "jonprl-${version}"; 5 + version = "0.1.0"; 6 7 src = fetchgit { 8 url = "https://github.com/jonsterling/JonPRL.git"; 9 deepClone = true; 10 + rev = "refs/tags/v${version}"; 11 sha256 = "1z0d8dq1nb4dycic58nnk617hbfgafz0vmwr8gkl0i6405gfg1zy"; 12 }; 13