krita: 5.1.4 -> 5.1.5

https://krita.org/en/item/krita-5-1-5-released/
This fixes build after libraw update
(the announcement doesn't mention that).

+2 -2
+2 -2
pkgs/applications/graphics/krita/default.nix
··· 1 { callPackage, ... } @ args: 2 3 callPackage ./generic.nix (args // { 4 - version = "5.1.4"; 5 kde-channel = "stable"; 6 - sha256 = "sha256-wisCCGJZbrL92RHhsXnbvOewgb4RFFei6sr2rhzKLcs="; 7 })
··· 1 { callPackage, ... } @ args: 2 3 callPackage ./generic.nix (args // { 4 + version = "5.1.5"; 5 kde-channel = "stable"; 6 + sha256 = "1lx4x4affkbh47b7w5qvahkkr4db0vcw6h24nykak6gpy2z5wxqw"; 7 })