nixpkgs/pkgs/applications/graphics/krita/default.nix
2023-12-21 01:22:30 -08:00

8 lines
164 B
Nix

{ callPackage, ... }:
callPackage ./generic.nix {
version = "5.2.2";
kde-channel = "stable";
hash = "sha256-wdLko219iqKW0CHlK+STzGedP+Xoqk/BPENNM+gVTOI=";
}