_64gram: fix uppercase letter in pname
pname should not contain uppercase letters, see https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-naming
This commit is contained in:
parent
67e2bc0371
commit
1484678e2f
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
|||
}:
|
||||
|
||||
telegram-desktop.overrideAttrs (old: rec {
|
||||
|
||||
pname = "64Gram";
|
||||
pname = "64gram";
|
||||
version = "1.1.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue