Skip to content

Commit

Permalink
krita: fix incorrect sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Mar 24, 2018
1 parent efbeb74 commit 8f0c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/krita/default.nix
Expand Up @@ -13,7 +13,7 @@ mkDerivation rec {

src = fetchurl {
url = "https://download.kde.org/stable/krita/${version}/${name}.tar.gz";
sha256 = "14sm67vkpxzpnh4c2mzvr0rpk8a3i8kzxx6fi3lpczrcc1g7di09";
sha256 = "0dh3bm90mxrbyvdp7x7hcf5li48j7ppkb44lls65lpn6c59r5waz";
};

nativeBuildInputs = [ cmake extra-cmake-modules ];
Expand Down

0 comments on commit 8f0c697

Please sign in to comment.