Skip to content

Commit

Permalink
_64gram: fix uppercase letter in pname
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Apr 3, 2024
1 parent 67e2bc0 commit 1484678
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/_6/_64gram/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
}:

telegram-desktop.overrideAttrs (old: rec {

pname = "64Gram";
pname = "64gram";
version = "1.1.15";

src = fetchFromGitHub {
Expand Down

0 comments on commit 1484678

Please sign in to comment.