nixpkgs/pkgs/applications/graphics/krita/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
183 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
2016-06-01 01:21:56 +00:00
callPackage ./generic.nix (args // {
2022-06-12 11:46:03 +00:00
version = "5.0.8";
kde-channel = "stable";
2022-06-12 11:46:03 +00:00
sha256 = "sha256:7R0fpQc+4MQVDh/enhCTgpgOqU0y5YRShrv/ILa/XkU=";
})