3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #37728 from NixOS/yegortimoshenko-patch-1

krita: fix incorrect sha256
This commit is contained in:
Jörg Thalheim 2018-03-24 23:16:32 +00:00 committed by GitHub
commit d26241562d
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 ];