summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-16 18:04:48 +0000
committerGitHub <noreply@github.com>2021-06-16 18:04:48 +0000
commit8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99 (patch)
tree208f07583ad7e7dc2ace941887a32bb3c3b2204d /pkgs/applications/graphics
parente3dfa794412778ab993054a8e0a55a7a5490c022 (diff)
parent2d104c99a7d99ead0a9eeb74f1f523aa77aae743 (diff)
downloadnixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.tar
nixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.tar.gz
nixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.tar.bz2
nixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.tar.lz
nixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.tar.xz
nixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.tar.zst
nixpkgs-8b9fa8d446e2f601cfb6599ce1f9ee5224d6bc99.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/krita/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/krita/default.nix b/pkgs/applications/graphics/krita/default.nix
index 0c5a0fe6e3d..fc6c1d55e70 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -10,11 +10,11 @@
 
 mkDerivation rec {
   pname = "krita";
-  version = "4.4.3";
+  version = "4.4.5";
 
   src = fetchurl {
     url = "https://download.kde.org/stable/${pname}/${version}/${pname}-${version}.tar.gz";
-    sha256 = "0rwghzci2wn2jmisvnzs23yxc2z3d4dcx2qbbhcvjyi3q8ij61nl";
+    sha256 = "sha256-S/1ygIcNEGCgDREj2Db8Gltb+KAoZ2Z58CaM1ef7dWg=";
   };
 
   nativeBuildInputs = [ cmake extra-cmake-modules python3Packages.sip_4 makeWrapper ];