qtikz: fix wrong sha256

This commit is contained in:
Guillaume Maudoux 2019-06-06 11:51:21 +02:00
parent c3c2274d53
commit 3277a77ebb

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://github.com/fhackenberger/ktikz/commit/972685a406517bb85eb561f2c8e26f029eacd7db.patch";
sha256 = "16jwsl18marfw5m888vwxdd1h7cqa37rkfqgirzdliacb1cr4f58";
sha256 = "13z40rcd4m4n088v7z2ns17lnpn0z3rzp31lsamic3qdcwjwa5k8";
})
];