fluffychat: use pname + version, fix missing

version number on package search

https://github.com/NixOS/nixpkgs/pull/223117#issuecomment-1495032616
https://github.com/NixOS/nixpkgs/pull/225286#discussion_r1164489620
This commit is contained in:
teutat3s 2023-04-15 14:07:22 +02:00
parent fbe34c113c
commit f91edb5e28
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -22,7 +22,7 @@ let
in
stdenv.mkDerivation {
inherit version;
name = "fluffychat";
pname = "fluffychat";
src = fetchzip {
url = "https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/${version}/fluffychat-${platformMap.${stdenv.hostPlatform.system}}.tar.gz";