Merge pull request #133924 from r-ryantm/auto-update/xrandr-invert-colors
xrandr-invert-colors: 0.01 -> 0.02
This commit is contained in:
commit
82934b3a79
@ -1,11 +1,11 @@
|
||||
{ fetchurl, lib, stdenv, libXrandr}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.01";
|
||||
version = "0.02";
|
||||
pname = "xrandr-invert-colors";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/zoltanp/xrandr-invert-colors/archive/v${version}.tar.gz";
|
||||
sha256 = "1z4hxn56rlflvqanb8ncqa1xqawnda85b1b37w6r2iqs8rw52d75";
|
||||
sha256 = "sha256-7rIiBV9zbiLzu5RO5legHfGiqUSU2BuwqOc1dX/7ozA=";
|
||||
};
|
||||
|
||||
buildInputs = [ libXrandr ];
|
||||
|
Loading…
Reference in New Issue
Block a user