autorandr: 1.6 -> 1.7

This commit is contained in:
Bruno Bieth 2018-10-02 10:33:37 +02:00 committed by Robin Gloster
parent 2c9265c950
commit e9fbc7ce3f

View file

@ -6,7 +6,7 @@
let
python = python3Packages.python;
version = "1.6";
version = "1.7";
in
stdenv.mkDerivation {
name = "autorandr-${version}";
@ -48,7 +48,7 @@ in
owner = "phillipberndt";
repo = "autorandr";
rev = "${version}";
sha256 = "0m4lqqinr1mqf536gll7qyrnz86ca322pf99lagj00x0r8yj9liy";
sha256 = "0wpiimc5xai813h7gywwp20svkn35pkw99bnjflmpwz7x8fn8dfz";
};
meta = {