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

autorandr: 1.11 -> 1.12.1
This commit is contained in:
Jörg Thalheim 2021-12-31 16:19:24 +00:00 committed by GitHub
commit fe1dd6a8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "autorandr";
version = "1.11";
version = "1.12.1";
buildInputs = [ python3Packages.python ];
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
owner = "phillipberndt";
repo = "autorandr";
rev = version;
sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";
sha256 = "sha256-7SNnbgV6PeseBD6wdilEIOfOL2KVDpnlkSn9SBgRhhM=";
};
meta = with lib; {