mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
29be15b7f6
https://krita.org/en/item/krita-5-1-5-released/ This fixes build after libraw update (the announcement doesn't mention that).
8 lines
184 B
Nix
8 lines
184 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "5.1.5";
|
|
kde-channel = "stable";
|
|
sha256 = "1lx4x4affkbh47b7w5qvahkkr4db0vcw6h24nykak6gpy2z5wxqw";
|
|
})
|