summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xautomation/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xautomation/default.nix')
-rw-r--r--pkgs/tools/X11/xautomation/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/X11/xautomation/default.nix b/pkgs/tools/X11/xautomation/default.nix
index 0521b6f8b3b4..a1fb88176325 100644
--- a/pkgs/tools/X11/xautomation/default.nix
+++ b/pkgs/tools/X11/xautomation/default.nix
@@ -1,9 +1,8 @@
{ lib, stdenv, fetchurl, pkg-config, libpng, libX11, libXext, libXi, libXtst }:
-let version = "1.09"; in
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
pname = "xautomation";
- inherit version;
+ version = "1.09";
src = fetchurl {
url = "https://www.hoopajoo.net/static/projects/xautomation-${version}.tar.gz";
sha256 = "03azv5wpg65h40ip2kk1kdh58vix4vy1r9bihgsq59jx2rhjr3zf";