forked from mirrors/nixpkgs
keymon: update from 1.16 to 1.17
This commit is contained in:
parent
93106b319b
commit
b743dd393a
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "key-mon-${version}";
|
name = "key-mon-${version}";
|
||||||
version = "1.16";
|
version = "1.17";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://key-mon.googlecode.com/files/${name}.tar.gz";
|
url = "http://key-mon.googlecode.com/files/${name}.tar.gz";
|
||||||
sha256 = "1pfki1fyh3q29sj6kq1chhi1h2v9ki6sp09qyww59rjraypvzsis";
|
sha256 = "1liz0dxcqmchbnl1xhlxkqm3gh76wz9jxdxn9pa7dy77fnrjkl5q";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
|
|
Loading…
Reference in a new issue