summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xinput_calibrator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xinput_calibrator/default.nix')
-rw-r--r--pkgs/tools/X11/xinput_calibrator/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/X11/xinput_calibrator/default.nix b/pkgs/tools/X11/xinput_calibrator/default.nix
index 8376b2041b30..1ed153030692 100644
--- a/pkgs/tools/X11/xinput_calibrator/default.nix
+++ b/pkgs/tools/X11/xinput_calibrator/default.nix
@@ -1,10 +1,11 @@
{ stdenv, fetchurl, libXi, inputproto, autoconf, automake, libtool, m4, xlibsWrapper, pkgconfig }:
stdenv.mkDerivation rec {
+ pname = "xinput_calibrator";
version = "0.7.5";
- name = "xinput_calibrator";
+ name = "${pname}-${version}";
src = fetchurl {
- url = "https://github.com/tias/${name}/archive/v${version}.tar.gz";
+ url = "https://github.com/tias/${pname}/archive/v${version}.tar.gz";
sha256 = "d8edbf84523d60f52311d086a1e3ad0f3536f448360063dd8029bf6290aa65e9";
};