Merge pull request #133924 from r-ryantm/auto-update/xrandr-invert-colors

xrandr-invert-colors: 0.01 -> 0.02

Changed files
+2 -2
pkgs
applications
misc
xrandr-invert-colors
+2 -2
pkgs/applications/misc/xrandr-invert-colors/default.nix
···
{ fetchurl, lib, stdenv, libXrandr}:
stdenv.mkDerivation rec {
-
version = "0.01";
pname = "xrandr-invert-colors";
src = fetchurl {
url = "https://github.com/zoltanp/xrandr-invert-colors/archive/v${version}.tar.gz";
-
sha256 = "1z4hxn56rlflvqanb8ncqa1xqawnda85b1b37w6r2iqs8rw52d75";
};
buildInputs = [ libXrandr ];
···
{ fetchurl, lib, stdenv, libXrandr}:
stdenv.mkDerivation rec {
+
version = "0.02";
pname = "xrandr-invert-colors";
src = fetchurl {
url = "https://github.com/zoltanp/xrandr-invert-colors/archive/v${version}.tar.gz";
+
sha256 = "sha256-7rIiBV9zbiLzu5RO5legHfGiqUSU2BuwqOc1dX/7ozA=";
};
buildInputs = [ libXrandr ];