summary refs log tree commit diff
path: root/pkgs/development/libraries/libshout
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-06-22 15:21:29 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-02 00:03:10 +0200
commit58a2d4b666bee0cb4be84f2efca942b1ffee916f (patch)
treef29fc3a22513918ab0289d2d91caef0c91b3f735 /pkgs/development/libraries/libshout
parent3196682098e710a6bb6f1984a070459473fcad4c (diff)
downloadnixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.gz
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.bz2
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.lz
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.xz
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.tar.zst
nixpkgs-58a2d4b666bee0cb4be84f2efca942b1ffee916f.zip
development: /s/name/pname&version/
Diffstat (limited to 'pkgs/development/libraries/libshout')
-rw-r--r--pkgs/development/libraries/libshout/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libshout/default.nix b/pkgs/development/libraries/libshout/default.nix
index 1e5cdb38948..5b284e4408c 100644
--- a/pkgs/development/libraries/libshout/default.nix
+++ b/pkgs/development/libraries/libshout/default.nix
@@ -4,10 +4,11 @@
 # need pkg-config so that libshout installs ${out}/lib/pkgconfig/shout.pc
 
 stdenv.mkDerivation rec {
-  name = "libshout-2.4.5";
+  pname = "libshout";
+  version = "2.4.5";
 
   src = fetchurl {
-    url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
+    url = "https://downloads.xiph.org/releases/libshout/${pname}-${version}.tar.gz";
     sha256 = "sha256-2eVoZopnOZTr4/HrXyvuBuMjal25K40MSH4cD4hqaJA=";
   };