guile-lint: set version in mkDerivation

This commit is contained in:
xd1le 2017-09-28 20:51:20 +10:00
parent 89238b8628
commit 262b1cb401

View File

@ -1,10 +1,8 @@
{ stdenv, fetchurl, guile }:
let
stdenv.mkDerivation rec {
name = "guile-lint-${version}";
version = "14";
in stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "https://download.tuxfamily.org/user42/${name}.tar.bz2";