autorandr: 1.14 -> 1.15

This commit is contained in:
Guillaume Lostis 2024-07-18 15:26:51 +02:00
parent a0812b380b
commit 151406c8ff

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "autorandr";
version = "1.14";
version = "1.15";
format = "other";
src = fetchFromGitHub {
owner = "phillipberndt";
repo = "autorandr";
rev = "refs/tags/${version}";
hash = "sha256-Ru3nQF0DB98rKSew6QtxAZQEB/9nVlIelNX3M7bNYHk=";
hash = "sha256-8FMfy3GCN4z/TnfefU2DbKqV3W35I29/SuGGqeOrjNg";
};
nativeBuildInputs = [ installShellFiles desktop-file-utils ];
@ -42,9 +42,7 @@ python3.pkgs.buildPythonApplication rec {
installShellCompletion --cmd autorandr \
--bash contrib/bash_completion/autorandr \
--zsh contrib/zsh_completion/_autorandr \
--fish contrib/fish_copletion/autorandr.fish
# In the line above there's a typo that needs to be fixed in the next
# release
--fish contrib/fish_completion/autorandr.fish
make install TARGETS='autostart_config' PREFIX=$out DESTDIR=$out