arandr: 0.1.8 -> 0.1.9
This commit is contained in:
parent
ed64199876
commit
bc233fa54e
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, python, xrandr, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "arandr-0.1.8";
|
||||
name = "arandr-0.1.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://christian.amsuess.com/tools/arandr/files/${name}.tar.gz";
|
||||
sha256 = "0d574mbmhaqmh7kivaryj2hpghz6xkvic9ah43s1hf385y7c33kd";
|
||||
sha256 = "1i3f1agixxbfy4kxikb2b241p7c2lg73cl9wqfvlwz3q6zf5faxv";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue