mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #207330 from wackbyte/bump-krita
krita: 5.1.3 -> 5.1.4
This commit is contained in:
commit
9a1c5c24f6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // {
|
||||
version = "5.1.3";
|
||||
version = "5.1.4";
|
||||
kde-channel = "stable";
|
||||
sha256 = "sha256-69+P0wMIciGxuc6tmWG1OospmvvwcZl6zHNQygEngo0=";
|
||||
sha256 = "sha256-wisCCGJZbrL92RHhsXnbvOewgb4RFFei6sr2rhzKLcs=";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue