forked from mirrors/nixpkgs
Merge pull request #152953 from r-ryantm/auto-update/autorandr
autorandr: 1.11 -> 1.12.1
This commit is contained in:
commit
fe1dd6a8f2
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "autorandr";
|
pname = "autorandr";
|
||||||
version = "1.11";
|
version = "1.12.1";
|
||||||
|
|
||||||
buildInputs = [ python3Packages.python ];
|
buildInputs = [ python3Packages.python ];
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "phillipberndt";
|
owner = "phillipberndt";
|
||||||
repo = "autorandr";
|
repo = "autorandr";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";
|
sha256 = "sha256-7SNnbgV6PeseBD6wdilEIOfOL2KVDpnlkSn9SBgRhhM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue