3
0
Fork 0
forked from mirrors/nixpkgs

krita: fix incorrect sha256

This commit is contained in:
Yegor Timoshenko 2018-03-24 09:35:49 +00:00 committed by GitHub
parent efbeb74d0d
commit 8f0c697adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];