xrandr-invert-colors: 0.01 -> 0.02

This commit is contained in:
R. RyanTM 2021-08-14 09:32:09 +00:00
parent 17b4b7097f
commit 6b33a5e4b2

View File

@ -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 ];