summary refs log tree commit diff
path: root/pkgs/development/libraries/farstream
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-20 16:15:21 +0200
committerFelix Buehler <account@buehler.rocks>2021-06-30 09:45:11 +0200
commit3c12e95ad18367c92865bd13aef68c402fa76036 (patch)
tree56b6a222ef8b51958e8282d9c70cee73cc756a8b /pkgs/development/libraries/farstream
parentc1416deae1c0c085a3c7bd7e3c916a6c9dcf4f3e (diff)
downloadnixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.tar
nixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.tar.gz
nixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.tar.bz2
nixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.tar.lz
nixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.tar.xz
nixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.tar.zst
nixpkgs-3c12e95ad18367c92865bd13aef68c402fa76036.zip
development: /s/name/pname&version/
Diffstat (limited to 'pkgs/development/libraries/farstream')
-rw-r--r--pkgs/development/libraries/farstream/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index b046b7aef73..e26ebef0c51 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -14,12 +14,13 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "farstream-0.2.8";
+  pname = "farstream";
+  version = "0.2.8";
 
   outputs = [ "out" "dev" ];
 
   src = fetchurl {
-    url = "https://www.freedesktop.org/software/farstream/releases/farstream/${name}.tar.gz";
+    url = "https://www.freedesktop.org/software/farstream/releases/farstream/${pname}-${version}.tar.gz";
     sha256 = "0249ncd20x5mf884fd8bw75c3118b9fdml837v4fib349xmrqfrb";
   };