autorandr: 1.1 -> 1.4

This commit is contained in:
Ryan Mulligan 2018-02-05 20:56:47 -08:00
parent da82aff2b0
commit 9801326d32

View File

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