3
0
Fork 0
forked from mirrors/nixpkgs

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

autorandr: 1.10.1 -> 1.11
This commit is contained in:
StigP 2020-11-23 10:46:45 +01:00 committed by GitHub
commit 77e3f79a62
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.10.1"; version = "1.11";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "autorandr"; pname = "autorandr";
@ -49,7 +49,7 @@ in
owner = "phillipberndt"; owner = "phillipberndt";
repo = "autorandr"; repo = "autorandr";
rev = version; rev = version;
sha256 = "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg"; sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {