autorandr: 1.5 -> 1.6 (#43953)

This commit is contained in:
R. RyanTM 2018-07-22 02:20:46 -07:00 committed by Franz Pletz
parent 2c8e87634f
commit ace66a7aeb

View File

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