mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
8 lines
164 B
Nix
8 lines
164 B
Nix
{ callPackage, ... }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "5.2.2";
|
|
kde-channel = "stable";
|
|
hash = "sha256-wdLko219iqKW0CHlK+STzGedP+Xoqk/BPENNM+gVTOI=";
|
|
}
|