nixpkgs/pkgs/applications/graphics/krita/default.nix
2022-11-07 21:03:38 -08:00

8 lines
183 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "5.1.3";
kde-channel = "stable";
sha256 = "sha256-69+P0wMIciGxuc6tmWG1OospmvvwcZl6zHNQygEngo0=";
})