472aeafc57
GitOrigin-RevId: c31898adf5a8ed202ce5bea9f347b1c6871f32d1
7 lines
164 B
Nix
7 lines
164 B
Nix
{ callPackage, ... }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "5.2.6";
|
|
kde-channel = "stable";
|
|
hash = "sha256-SNcShVT99LTpLFSuMbUq95IfR6jabOyqBnRKu/yC1fs=";
|
|
}
|