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