Merge pull request #34649 from ryantm/autorandr

autorandr: 1.1 -> 1.4
This commit is contained in:
adisbladis 2018-02-06 13:41:53 +08:00 committed by GitHub
commit 0b45792538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
let
python = python3Packages.python;
wrapPython = python3Packages.wrapPython;
version = "1.1";
version = "1.4";
in
stdenv.mkDerivation {
name = "autorandr-${version}";
@ -49,7 +49,7 @@ in
owner = "phillipberndt";
repo = "autorandr";
rev = "${version}";
sha256 = "05jlzxlrdyd4j90srr71fv91c2hf32diw40n9rmybgcdvy45kygd";
sha256 = "08i71r221ilc8k1c59w89g3iq5m7zwhnjjzapavhqxlr8y9dcpf5";
};
meta = {