about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-12 12:51:53 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-19 14:55:48 +0200
commite4e631ebb81da8b76f9159736b63c727c05aa4db (patch)
tree01fa83af645f1ac37347adba8c0718f580e0e81e /pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix
parent62c3e45f3056c0fdf6efc05e4a87e208ed12f989 (diff)
applications/networking: /s/name/pname&version/
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix
index 11acf05c19e9a..27df1273c083b 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   pname = "telepathy-haze";
-  name = "${pname}-0.8.0";
+  version = "0.8.0";
 
   src = fetchurl {
-    url = "https://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";
+    url = "https://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze${version}.tar.gz";
     sha256 = "1jgrp32p6rllj089ynbsk3n9xrvsvzmwzhf0ql05kkgj0nf08xiy";
   };