printrun: unstable-2015-03-10 -> 1.6.0
This commit is contained in:
parent
1d6bc18b0e
commit
e104f04956
@ -1,13 +1,14 @@
|
|||||||
{ stdenv, python27Packages, fetchFromGitHub }:
|
{ stdenv, python27Packages, fetchFromGitHub }:
|
||||||
|
|
||||||
python27Packages.buildPythonApplication rec {
|
python27Packages.buildPythonApplication rec {
|
||||||
name = "printrun-20150310";
|
pname = "printrun";
|
||||||
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kliment";
|
owner = "kliment";
|
||||||
repo = "Printrun";
|
repo = "Printrun";
|
||||||
rev = name;
|
rev = "${pname}-${version}";
|
||||||
sha256 = "09ijv8h4k5h15swg64s7igamvynawz7gdi7hiymzrzywdvr0zwsa";
|
sha256 = "0nhcx1bi1hals0a6d6994y0kcwsfqx3hplwbmn9136hgrplg0l2l";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python27Packages; [
|
propagatedBuildInputs = with python27Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user