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

autorandr: 1.7 -> 1.8
This commit is contained in:
Jörg Thalheim 2019-03-21 07:38:35 +00:00 committed by GitHub
commit 709e94d287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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