Merge pull request #38604 from r-ryantm/auto-update/autorandr

autorandr: 1.4 -> 1.5
This commit is contained in:
Jörg Thalheim 2018-04-08 09:11:23 +01:00 committed by GitHub
commit ed649f0cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
let let
python = python3Packages.python; python = python3Packages.python;
version = "1.4"; version = "1.5";
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 = "08i71r221ilc8k1c59w89g3iq5m7zwhnjjzapavhqxlr8y9dcpf5"; sha256 = "01pij2r73f190qk7q3cgf5cmk0w59g9l9v4vah5vf4ddn7nnk7yq";
}; };
meta = { meta = {