lol

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

xrandr-invert-colors: 0.01 -> 0.02

authored by

Ryan Mulligan and committed by
GitHub
82934b3a 846fa615

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