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

autorandr: 1.8 -> 1.8.1
This commit is contained in:
Maximilian Bosch 2019-04-14 16:15:19 +02:00 committed by GitHub
commit 77355c0574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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